Skip to content

Instantly share code, notes, and snippets.

@bluehazetech
Last active August 29, 2015 13:57
Show Gist options
  • Save bluehazetech/9733831 to your computer and use it in GitHub Desktop.
Save bluehazetech/9733831 to your computer and use it in GitHub Desktop.
CSS: Scrollbar
@media only screen and (min-width: 767px) {
::-webkit-scrollbar {
width: 12px;
height: 12px;
background-color: $xxLightGrey;
}
::-webkit-scrollbar-thumb {
background-color: $darkBlue;
-webkit-border-radius: 5px;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment