Skip to content

Commit dcc9efe

Browse files
committed
Remove the WebKit-specific scrollbar styling altogether
It is preferable to remove WebKit-specific styling and use the browser and OS default scrollbars. Thanks to comments from @julianfortune, @arniu, and @ehuss. Closes #1483.
1 parent 1ba2c06 commit dcc9efe

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

src/theme/css/chrome.css

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,6 @@
22

33
@import 'variables.css';
44

5-
::-webkit-scrollbar {
6-
background: var(--bg);
7-
width: 8px;
8-
}
9-
::-webkit-scrollbar-thumb {
10-
background: var(--scrollbar);
11-
border-radius: 4px;
12-
}
135
html {
146
scrollbar-color: var(--scrollbar) var(--bg);
157
}

0 commit comments

Comments
 (0)