mirror of
https://github.com/rust-lang/mdBook
synced 2024-12-13 22:32:35 +00:00
Thin scrollbars in Chrome and Safari to make them less assertive (#1483)
This commit is contained in:
parent
c640294dbf
commit
1ba2c063e0
1 changed files with 2 additions and 0 deletions
|
@ -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 a new issue