Thin scrollbars in Chrome and Safari to make them less assertive (#1483)
This commit is contained in:
parent
c640294dbf
commit
1ba2c063e0
|
@ -4,9 +4,11 @@
|
|||
|
||||
::-webkit-scrollbar {
|
||||
background: var(--bg);
|
||||
width: 8px;
|
||||
}
|
||||
::-webkit-scrollbar-thumb {
|
||||
background: var(--scrollbar);
|
||||
border-radius: 4px;
|
||||
}
|
||||
html {
|
||||
scrollbar-color: var(--scrollbar) var(--bg);
|
||||
|
|
Loading…
Reference in New Issue