Skip to content

Instantly share code, notes, and snippets.

@flyfloor
Created January 4, 2016 06:04
Show Gist options
  • Select an option

  • Save flyfloor/f76967d1508988c7247a to your computer and use it in GitHub Desktop.

Select an option

Save flyfloor/f76967d1508988c7247a to your computer and use it in GitHub Desktop.
body::-webkit-scrollbar {
width: 1em;
}
body::-webkit-scrollbar-track {
-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}
body::-webkit-scrollbar-thumb {
background-color: darkgrey;
outline: 1px solid slategrey;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment