Created
January 28, 2016 03:00
-
-
Save flyfloor/ea9ad6ce66707bbffe85 to your computer and use it in GitHub Desktop.
scrollbar css
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| body::-webkit-scrollbar { | |
| width: 1em; | |
| } | |
| body::-webkit-scrollbar-track { | |
| -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); | |
| } | |
| body::-webkit-scrollbar-thumb { | |
| background-color: darkgrey; | |
| outline: 1px solid slategrey; | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment