Skip to content

Commit ff73a34

Browse files
committed
fix: set scrollbar gutter stable
1 parent 33a5852 commit ff73a34

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

assets/scss/_content.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22
// Content
33
//-------------------------------------------------------------------------------
44

5+
html {
6+
scrollbar-gutter: stable;
7+
}
8+
59
a {
610
color: #848d96;
711
text-decoration: none;

0 commit comments

Comments
 (0)