mirror of
https://github.com/mailcow/mailcow-dockerized.git
synced 2024-12-04 10:24:42 +02:00
Fix modal in admin
This commit is contained in:
parent
f77c40a179
commit
97dc8d9ff8
@ -14,3 +14,8 @@ table.footable>tbody>tr.footable-empty>td {
|
||||
body {
|
||||
overflow-y:scroll;
|
||||
}
|
||||
/* Fix modal moving content left */
|
||||
body.modal-open {
|
||||
overflow-y:scroll;
|
||||
padding-right: inherit !important;
|
||||
}
|
Loading…
Reference in New Issue
Block a user