Skip to content

Instantly share code, notes, and snippets.

@adamwdraper
Created May 6, 2012 17:43
Show Gist options
  • Save adamwdraper/2623467 to your computer and use it in GitHub Desktop.
Save adamwdraper/2623467 to your computer and use it in GitHub Desktop.
Webkit nice scrolbar
body {
&::-webkit-scrollbar {
width: 12px;
}
&::-webkit-scrollbar-thumb {
background-color: #CCC;
border-radius: 5px;
border: 3px solid white;
}
&::-webkit-scrollbar-track-piece {
background-color: white;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment