feat: scroller stable
This commit is contained in:
parent
2b84bbf3a8
commit
4dc3cf6c6b
1 changed files with 2 additions and 1 deletions
|
@ -16,8 +16,9 @@
|
|||
position: relative;
|
||||
flex: 1 1 75%;
|
||||
height: 100vh;
|
||||
overflow: overlay;
|
||||
overflow: auto;
|
||||
box-sizing: border-box;
|
||||
scrollbar-gutter: "stable";
|
||||
}
|
||||
|
||||
&__logo {
|
||||
|
|
Loading…
Add table
Reference in a new issue