Skip to content

Commit c1756e7

Browse files
committed
add scrollbar-gutter:stable css property to html
1 parent 7b2069f commit c1756e7

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/scss/styles.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
@use "bootstrap/scss/bootstrap";
22

3+
html {
4+
scrollbar-gutter: stable;
5+
}
6+
37
.text-muted {
48
color: rgb(215 218 224 / 75%) !important;
59
}

0 commit comments

Comments
 (0)