@@ -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;
@@ -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);