|
@@ -1,3 +1,7 @@
|
|
|
|
|
+body {
|
|
|
|
|
+ overflow-y: scroll !important;
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
.grw-logo {
|
|
.grw-logo {
|
|
|
svg {
|
|
svg {
|
|
|
width: $grw-logo-width;
|
|
width: $grw-logo-width;
|
|
@@ -16,7 +20,6 @@
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
.modal-open:not(.on-edit) {
|
|
.modal-open:not(.on-edit) {
|
|
|
- overflow-y: scroll !important;
|
|
|
|
|
position: fixed;
|
|
position: fixed;
|
|
|
width: 100%;
|
|
width: 100%;
|
|
|
padding-right: 0 !important;
|
|
padding-right: 0 !important;
|