Browse Source

Fix modal in admin

andryyy 8 years ago
parent
commit
97dc8d9ff8
1 changed files with 5 additions and 0 deletions
  1. 5 0
      data/web/css/admin.css

+ 5 - 0
data/web/css/admin.css

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