Skip to content

Instantly share code, notes, and snippets.

@justinobney
Created September 16, 2015 18:31
Show Gist options
  • Save justinobney/b2905f1108a4b277f70b to your computer and use it in GitHub Desktop.
Save justinobney/b2905f1108a4b277f70b to your computer and use it in GitHub Desktop.
/* Let's get this party started */
::-webkit-scrollbar {
width: 7px;
}
/* Track */
::-webkit-scrollbar-track {
-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}
/* Handle */
::-webkit-scrollbar-thumb {
background: rgba(155,155,155,0.8);
-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
}
::-webkit-scrollbar-thumb:window-inactive {
background: rgba(255,0,0,0.4);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment