Skip to content

Commit f70a22c

Browse files
committed
Thin scrollbars in Chrome and Safari to make them less assertive (#1483)
1 parent c640294 commit f70a22c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/theme/css/chrome.css

+2
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,11 @@
44

55
::-webkit-scrollbar {
66
background: var(--bg);
7+
width: 6px;
78
}
89
::-webkit-scrollbar-thumb {
910
background: var(--scrollbar);
11+
border-radius: 3px;
1012
}
1113
html {
1214
scrollbar-color: var(--scrollbar) var(--bg);

0 commit comments

Comments
 (0)