Created
January 21, 2019 15:49
-
-
Save chankruze/e95175966cdb27619627e37223a551bc to your computer and use it in GitHub Desktop.
This file contains 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
::-webkit-scrollbar { | |
display: block; | |
width: 10em; | |
overflow: auto; | |
height: 2em; | |
width: 5px; | |
height: 8px; | |
background-color: #aaa; /* track color */ | |
} | |
::-webkit-scrollbar-thumb { | |
background: #000; /* thumb color */ | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment