Skip to content

Instantly share code, notes, and snippets.

@bbongagus
Created November 28, 2016 17:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bbongagus/c1d37769aabc806541ea5b0e15c36787 to your computer and use it in GitHub Desktop.
Save bbongagus/c1d37769aabc806541ea5b0e15c36787 to your computer and use it in GitHub Desktop.
scrollbar custom
\::-webkit-scrollbar
width: 3px
height: 3px
\::-webkit-scrollbar-button
background-color: #666
\::-webkit-scrollbar-track
background-color: #999
\::-webkit-scrollbar-track-piece
background-color: #ffffff
\::-webkit-scrollbar-thumb
height: 50px
background-color: #666
border-radius: 3px
\::-webkit-scrollbar-corner
background-color: #999
\::-webkit-resizer
background-color: #666
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment