Skip to content

Instantly share code, notes, and snippets.

@quyengeek
Created August 3, 2017 15:44
Show Gist options
  • Save quyengeek/ca21ac147c16560d9a0e0b3fd04a872a to your computer and use it in GitHub Desktop.
Save quyengeek/ca21ac147c16560d9a0e0b3fd04a872a to your computer and use it in GitHub Desktop.
Customize browser scrollbar
. . .
#style-1::-webkit-scrollbar {
width: 6px;
background-color: #F5F5F5;
}
. . .
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment