Merge pull request #1961 from noritada/fix/scrollbar-in-chrome-and-safari

Use default scrollbars on webkit browsers
This commit is contained in:
Eric Huss 2023-01-18 09:25:02 -08:00 committed by GitHub
commit 0079184c16
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 6 deletions

View File

@ -2,12 +2,6 @@
@import 'variables.css'; @import 'variables.css';
::-webkit-scrollbar {
background: var(--bg);
}
::-webkit-scrollbar-thumb {
background: var(--scrollbar);
}
html { html {
scrollbar-color: var(--scrollbar) var(--bg); scrollbar-color: var(--scrollbar) var(--bg);
} }