Skip to content

Instantly share code, notes, and snippets.

@dcooney
Created January 29, 2014 17:25
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 dcooney/8692729 to your computer and use it in GitHub Desktop.
Save dcooney/8692729 to your computer and use it in GitHub Desktop.
Show scrollbars in webkit
::-webkit-scrollbar { width: 10px; color: #a3a499; }
::-webkit-scrollbar-track { background-color: #ecede3; border-radius: 10px; border: 1px solid #d8d9cf; }
::-webkit-scrollbar-thumb { border-radius: 10px; background-color: #a3a499; }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment