Fix modal in admin
parent
f77c40a179
commit
97dc8d9ff8
|
@ -14,3 +14,8 @@ table.footable>tbody>tr.footable-empty>td {
|
||||||
body {
|
body {
|
||||||
overflow-y:scroll;
|
overflow-y:scroll;
|
||||||
}
|
}
|
||||||
|
/* Fix modal moving content left */
|
||||||
|
body.modal-open {
|
||||||
|
overflow-y:scroll;
|
||||||
|
padding-right: inherit !important;
|
||||||
|
}
|
Loading…
Reference in New Issue