fix(css/chrome): Use standard property for scrollbar (#816)
This was recently standardized and is currently implemented in Firefox Nightly.
This commit is contained in:
parent
f396623b63
commit
e512850c13
1 changed files with 3 additions and 1 deletions
|
|
@ -8,7 +8,9 @@
|
|||
::-webkit-scrollbar-thumb {
|
||||
background: var(--scrollbar);
|
||||
}
|
||||
|
||||
html {
|
||||
scrollbar-color: var(--scrollbar) var(--bg);
|
||||
}
|
||||
#searchresults a,
|
||||
.content a:link,
|
||||
a:visited,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue