Browse Source

feat: scroller stable

GyDi 3 years ago
parent
commit
4dc3cf6c6b
1 changed files with 2 additions and 1 deletions
  1. 2 1
      src/assets/styles/layout.scss

+ 2 - 1
src/assets/styles/layout.scss

@@ -16,8 +16,9 @@
     position: relative;
     flex: 1 1 75%;
     height: 100vh;
-    overflow: overlay;
+    overflow: auto;
     box-sizing: border-box;
+    scrollbar-gutter: "stable";
   }
 
   &__logo {