feat: scroller stable

This commit is contained in:
GyDi 2021-12-31 18:19:17 +08:00
parent 2b84bbf3a8
commit 4dc3cf6c6b

View File

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