We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 83eabc3 commit 93cc31dCopy full SHA for 93cc31d
scaladoc/resources/dotty_res/styles/theme/layout/container.css
@@ -19,11 +19,18 @@ p {
19
--header-height: calc(8 * var(--base-spacing));
20
}
21
22
+/* Scrollbar */
23
+
24
::-webkit-scrollbar {
- width: 5;
25
+ width: 0;
26
background: transparent;
27
28
-::-webkit-scrollbar-thumb {
- background: black;
29
+#leftColumn ::-webkit-scrollbar{
30
+ width: 5px;
31
32
33
+#leftColumn ::-webkit-scrollbar-thumb {
34
+ background: var(--code-syntax-highlighting-scrollbar);
35
+ border-radius: 2px;
36
+}
0 commit comments