Created
January 4, 2016 06:04
-
-
Save flyfloor/f76967d1508988c7247a to your computer and use it in GitHub Desktop.
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