Skip to content

Commit 2942f63

Browse files
authored
Fix scrollbar display (#6663)
fix scrollbar
1 parent 736136e commit 2942f63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

styles/base.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
html,
66
body {
77
@apply size-full
8-
[scrollbar-gutter:stable];
8+
[scrollbar-gutter:auto];
99
}
1010

1111
body {

0 commit comments

Comments
 (0)