Skip to content

Commit e512850

Browse files
sorin-davidoiDylan-DPC
authored andcommitted
fix(css/chrome): Use standard property for scrollbar (#816)
This was recently standardized and is currently implemented in Firefox Nightly.
1 parent f396623 commit e512850

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/theme/css/chrome.css

+3-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,9 @@
88
::-webkit-scrollbar-thumb {
99
background: var(--scrollbar);
1010
}
11-
11+
html {
12+
scrollbar-color: var(--scrollbar) var(--bg);
13+
}
1214
#searchresults a,
1315
.content a:link,
1416
a:visited,

0 commit comments

Comments
 (0)