Skip to content

Instantly share code, notes, and snippets.

@chankruze
Created January 21, 2019 15:49
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 chankruze/e95175966cdb27619627e37223a551bc to your computer and use it in GitHub Desktop.
Save chankruze/e95175966cdb27619627e37223a551bc to your computer and use it in GitHub Desktop.
::-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