Skip to content

Commit 33e1e43

Browse files
committedMar 19, 2019
Style scrollbars.
1 parent f7bb3e3 commit 33e1e43

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed
 

‎dev/sass/styles.scss

+14
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,20 @@ html, body {
7878
}
7979
}
8080

81+
// TODO: revisit for support in browsers other than Chrome & Safari:
82+
*::-webkit-scrollbar {
83+
width: 0.5em;
84+
height: 0.5em;
85+
}
86+
*::-webkit-scrollbar-track {
87+
background: rgba($mid, 0.25);
88+
}
89+
90+
*::-webkit-scrollbar-thumb {
91+
background-color: $mid;
92+
border-radius: 0.5em;
93+
}
94+
8195
.app .sidebar, .container .header, .tooltip {
8296
-moz-osx-font-smoothing: grayscale;
8397
-webkit-font-smoothing: antialiased;

0 commit comments

Comments
 (0)