mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-19 11:04:42 +00:00
ui: prevent vertical modal overflows and instead present a scrollbar
This commit is contained in:
parent
0739a2ab16
commit
fe1a8ecfa6
@ -877,3 +877,8 @@ div[data-for*="help_for"] {
|
||||
#OPNsenseStdWaitDialog div.modal-body {
|
||||
padding: 15px;
|
||||
}
|
||||
|
||||
.modal-body {
|
||||
max-height: calc(100vh - 265px);
|
||||
overflow-y: auto;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user