Selaa lähdekoodia

set overflow-y always

Yuki Takei 6 vuotta sitten
vanhempi
sitoutus
7306786e9b
1 muutettua tiedostoa jossa 4 lisäystä ja 1 poistoa
  1. 4 1
      src/client/styles/scss/_layout.scss

+ 4 - 1
src/client/styles/scss/_layout.scss

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