UX: restrict tall modal height to viewport %
This commit is contained in:
parent
a404cab509
commit
0744e70022
|
@ -143,7 +143,10 @@
|
|||
|
||||
&:not(.history-modal) {
|
||||
.modal-body:not(.reorder-categories):not(.poll-ui-builder) {
|
||||
max-height: none !important;
|
||||
max-height: 80vh !important;
|
||||
@media screen and (max-height: 500px) {
|
||||
max-height: 65vh !important;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue