Skip to content

Commit 0079184

Browse files
authored
Merge pull request #1961 from noritada/fix/scrollbar-in-chrome-and-safari
Use default scrollbars on webkit browsers
2 parents a3b508f + dcc9efe commit 0079184

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/theme/css/chrome.css

-6
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,6 @@
22

33
@import 'variables.css';
44

5-
::-webkit-scrollbar {
6-
background: var(--bg);
7-
}
8-
::-webkit-scrollbar-thumb {
9-
background: var(--scrollbar);
10-
}
115
html {
126
scrollbar-color: var(--scrollbar) var(--bg);
137
}

0 commit comments

Comments
 (0)