Skip to content

Instantly share code, notes, and snippets.

@e2goon
Last active August 20, 2018 06:28
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 e2goon/10cb29a65dc50562b086737aee05bf5b to your computer and use it in GitHub Desktop.
Save e2goon/10cb29a65dc50562b086737aee05bf5b to your computer and use it in GitHub Desktop.
custom scrollbar
::-webkit-scrollbar { width: 10px; height: 10px; }
::-webkit-scrollbar-track-piece { background: 0 0; }
::-webkit-scrollbar-track:hover { background: rgba(79,111,127,.05); }
::-webkit-scrollbar-thumb { background-clip: padding-box; background-color: #b4c7d0; border: 3px solid transparent; border-radius: 5px; }
::-webkit-scrollbar-thumb:hover { background-color: #4f6f7f; }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment