Skip to content

Commit

Permalink
Thin scrollbars in Chrome and Safari to make them less assertive (#1483)
Browse files Browse the repository at this point in the history
  • Loading branch information
noritada committed Dec 22, 2022
1 parent c640294 commit f70a22c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/theme/css/chrome.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,11 @@

::-webkit-scrollbar {
background: var(--bg);
width: 6px;
}
::-webkit-scrollbar-thumb {
background: var(--scrollbar);
border-radius: 3px;
}
html {
scrollbar-color: var(--scrollbar) var(--bg);
Expand Down

0 comments on commit f70a22c

Please sign in to comment.