소스 검색

Fix modal in admin

andryyy 8 년 전
부모
커밋
97dc8d9ff8
1개의 변경된 파일5개의 추가작업 그리고 0개의 파일을 삭제
  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;
+}