Skip to content

Commit 1b17ec6

Browse files
committed
Apply scrollbar styling also when GENERATE_TREEVIEW is disabled
1 parent 35868b0 commit 1b17ec6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

templates/html/scrollbar.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
body {
1+
:root {
2+
scrollbar-width: thin;
23
scrollbar-color: var(--scrollbar-thumb-color) var(--scrollbar-background-color);
34
}
45

0 commit comments

Comments
 (0)