feat: scroller stable

This commit is contained in:
GyDi 2021-12-31 18:19:17 +08:00
parent 1d87f78088
commit cfdc854409

View File

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