Skip to content

Commit 83eabc3

Browse files
committed
Add scrollbar to the content and sidebar
1 parent f97f3ce commit 83eabc3

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

scaladoc/resources/dotty_res/styles/theme/layout/container.css

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,10 @@ p {
2020
}
2121

2222
::-webkit-scrollbar {
23-
width: 0;
23+
width: 5;
2424
background: transparent;
2525
}
26+
27+
::-webkit-scrollbar-thumb {
28+
background: black;
29+
}

0 commit comments

Comments
 (0)