Skip to content

Commit 7914803

Browse files
committed
refactor(styles): scrollbar tweaks
1 parent 6608213 commit 7914803

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/scss/_scrollbar.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
}
99

1010
::-webkit-scrollbar {
11-
width: .9em;
11+
width: .7em;
1212
}
1313

1414
::-webkit-scrollbar-track {
@@ -19,7 +19,7 @@
1919

2020
::-webkit-scrollbar-thumb {
2121
background: #999;
22-
border: .2em solid var(--cui-body-bg, #fff);
22+
border: .15em solid var(--cui-body-bg, #fff);
2323
border-radius: 100vw;
2424
}
2525

0 commit comments

Comments
 (0)