Skip to content

Commit

Permalink
Restyle Webkit scrollbars
Browse files Browse the repository at this point in the history
  • Loading branch information
rstacruz committed Aug 29, 2016
1 parent 5e584bc commit 35367f6
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions data/style.styl
Expand Up @@ -537,3 +537,15 @@ ul.heading-list
display: block
height: 64px

//
// Custom scrollbars
//

.toc-menu
&::-webkit-scrollbar
width: 8px

&::-webkit-scrollbar-thumb
background: $line
border-radius: 8px
box-shadow: inset 2px 0 0 2px $bg

0 comments on commit 35367f6

Please sign in to comment.