Skip to content

Instantly share code, notes, and snippets.

@flyfloor
Created January 28, 2016 03:00
Show Gist options
  • Select an option

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

Select an option

Save flyfloor/ea9ad6ce66707bbffe85 to your computer and use it in GitHub Desktop.
scrollbar css
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