Skip to content

Commit

Permalink
Style scrollbars.
Browse files Browse the repository at this point in the history
  • Loading branch information
gskinner committed Mar 19, 2019
1 parent f7bb3e3 commit 33e1e43
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions dev/sass/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,20 @@ html, body {
}
}

// TODO: revisit for support in browsers other than Chrome & Safari:
*::-webkit-scrollbar {
width: 0.5em;
height: 0.5em;
}
*::-webkit-scrollbar-track {
background: rgba($mid, 0.25);
}

*::-webkit-scrollbar-thumb {
background-color: $mid;
border-radius: 0.5em;
}

.app .sidebar, .container .header, .tooltip {
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
Expand Down

0 comments on commit 33e1e43

Please sign in to comment.