Thin scrollbars in Chrome and Safari to make them less assertive (#1483)

This commit is contained in:
Noritada Kobayashi 2022-12-22 15:40:03 +09:00
parent c640294dbf
commit 1ba2c063e0
1 changed files with 2 additions and 0 deletions

View File

@ -4,9 +4,11 @@
::-webkit-scrollbar { ::-webkit-scrollbar {
background: var(--bg); background: var(--bg);
width: 8px;
} }
::-webkit-scrollbar-thumb { ::-webkit-scrollbar-thumb {
background: var(--scrollbar); background: var(--scrollbar);
border-radius: 4px;
} }
html { html {
scrollbar-color: var(--scrollbar) var(--bg); scrollbar-color: var(--scrollbar) var(--bg);