Skip to content

Commit 6eca468

Browse files
authored
Make scrollbar gutter stable
make the main scrollbar gutter stable so that the page doesn't jump around every time a modal is opened
1 parent ef1eb88 commit 6eca468

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/styles/main.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -166,6 +166,7 @@ select {
166166
\*------------------------------------*/
167167
html {
168168
color-scheme: dark;
169+
scrollbar-gutter: stable;
169170
}
170171

171172
body {

0 commit comments

Comments
 (0)