Scrollable modal box (#1558)
* Scrollable modal box * Update main.css * Bit higher max height otherwise TOS and long text is annoying to read, also fix ads displaying in modal
Cette révision appartient à :
Parent
65772d8654
révision
cd0120cce4
1 fichiers modifiés avec 5 ajouts et 2 suppressions
|
@ -593,7 +593,7 @@ th {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
padding: 1rem 1rem 0 1rem;
|
padding: 1rem 1rem 0 1rem;
|
||||||
position: relative;
|
position: relative;
|
||||||
z-index: 4;
|
z-index: 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
.pagination span {
|
.pagination span {
|
||||||
|
@ -1399,6 +1399,9 @@ input.filelist-checkbox:checked+table.table-filelist {
|
||||||
|
|
||||||
.modal-body {
|
.modal-body {
|
||||||
padding: 22px 16px;
|
padding: 22px 16px;
|
||||||
|
max-height: 56vh;
|
||||||
|
overflow-y: auto;
|
||||||
|
-webkit-overflow-scrolling: touch;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
@ -1449,7 +1452,7 @@ input.filelist-checkbox:checked+table.table-filelist {
|
||||||
padding: 0;
|
padding: 0;
|
||||||
border: 1px solid #7d7e82;
|
border: 1px solid #7d7e82;
|
||||||
width: 80%;
|
width: 80%;
|
||||||
margin-top: 20%;
|
margin-top: 15vh;
|
||||||
max-width: 1000px;
|
max-width: 1000px;
|
||||||
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
|
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
|
||||||
-webkit-animation-name: animatetop;
|
-webkit-animation-name: animatetop;
|
||||||
|
|
Référencer dans un nouveau ticket