Skip to content

Instantly share code, notes, and snippets.

@jwalsh
Created August 31, 2012 20:00
Show Gist options
  • Save jwalsh/3558189 to your computer and use it in GitHub Desktop.
Save jwalsh/3558189 to your computer and use it in GitHub Desktop.
.viewTagOptions::-webkit-scrollbar {
width: 8px;
}
.viewTagOptions::-webkit-scrollbar-thumb {
background-color: rgba(0, 0, 0, 0.1);
-webkit-border-radius: 4px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment