Skip to content

Commit

Permalink
fix(css/chrome): Use standard property for scrollbar (#816)
Browse files Browse the repository at this point in the history
This was recently standardized and is currently implemented in Firefox Nightly.
  • Loading branch information
sorin-davidoi authored and Dylan-DPC committed Jul 28, 2019
1 parent f396623 commit e512850
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/theme/css/chrome.css
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@
::-webkit-scrollbar-thumb {
background: var(--scrollbar);
}

html {
scrollbar-color: var(--scrollbar) var(--bg);
}
#searchresults a,
.content a:link,
a:visited,
Expand Down

0 comments on commit e512850

Please sign in to comment.