Skip to content

Commit ef10e72

Browse files
Change scrollbar background to transparent
Closes #2930.
1 parent fff6087 commit ef10e72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/mdbook-html/front-end/css/chrome.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/* CSS for UI elements (a.k.a. chrome) */
22

33
html {
4-
scrollbar-color: var(--scrollbar) var(--bg);
4+
scrollbar-color: var(--scrollbar) transparent;
55
}
66
#mdbook-searchresults a,
77
.content a:link,

0 commit comments

Comments
 (0)