Răsfoiți Sursa

set overflow-y always

Yuki Takei 5 ani în urmă
părinte
comite
7306786e9b
1 a modificat fișierele cu 4 adăugiri și 1 ștergeri
  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 {
 .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;