1
0
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:
andryyy 2017-05-08 15:44:30 +02:00
parent f77c40a179
commit 97dc8d9ff8

View File

@ -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;
}