don't overflow options dialog, fix #4010
This commit is contained in:
parent
465db6f394
commit
c93d00bd7f
Binary file not shown.
|
@ -8,6 +8,6 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.modal-body {
|
.modal-body {
|
||||||
max-height: calc(100vh - 20px);
|
max-height: calc(100vh - 200px);
|
||||||
overflow-y: auto;
|
overflow-y: auto;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue