Fix modal in admin

master
andryyy 2017-05-08 15:44:30 +02:00
parent f77c40a179
commit 97dc8d9ff8
1 changed files with 5 additions and 0 deletions

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