Explorar o código

Fix modal in admin

andryyy %!s(int64=8) %!d(string=hai) anos
pai
achega
97dc8d9ff8
Modificáronse 1 ficheiros con 5 adicións e 0 borrados
  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;
+}