Yuki Takei 5 лет назад
Родитель
Сommit
9b5df963ef

+ 0 - 6
src/client/styles/scss/_layout.scss

@@ -19,12 +19,6 @@ body {
   margin-top: $grw-navbar-height + $grw-navbar-border-width;
 }
 
-.modal-open:not(.on-edit) {
-  position: fixed;
-  width: 100%;
-  padding-right: 0 !important;
-}
-
 .grw-modal-head {
   font-size: 1em;
   border-bottom: 1px solid $gray-500;

+ 6 - 0
src/client/styles/scss/_override-bootstrap.scss

@@ -89,6 +89,12 @@
   }
 
   //Modals
+  .modal-open {
+    position: fixed;
+    width: 100%;
+    padding-right: 0 !important;
+  }
+
   .modal-content {
     box-shadow: 0 0.3rem 1rem rgba(0, 0, 0, 0.1);
   }