Skip to content

Instantly share code, notes, and snippets.

@sderosiaux
Created July 17, 2015 10:35
Show Gist options
  • Save sderosiaux/62b9e574ca0629000041 to your computer and use it in GitHub Desktop.
Save sderosiaux/62b9e574ca0629000041 to your computer and use it in GitHub Desktop.
Style the browser scrollbars (webkit only ofc)
::-webkit-scrollbar-track {
background-color: rgba(113,112,107,0.2);
}
::-webkit-scrollbar {
width: 10px;
height: 10px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment