Add scrollbar-gutter: stable (#703)
This commit is contained in:
parent
8aa692f195
commit
115a94122e
|
@ -2,6 +2,7 @@ html {
|
|||
font-size: $font-size-base;
|
||||
scroll-behavior: smooth;
|
||||
touch-action: manipulation;
|
||||
scrollbar-gutter: stable;
|
||||
}
|
||||
|
||||
body {
|
||||
|
|
Loading…
Reference in New Issue