Skip to content

Instantly share code, notes, and snippets.

@oblank
Created December 23, 2015 14:52
Show Gist options
  • Select an option

  • Save oblank/244d1200b11cd5f7ca2b to your computer and use it in GitHub Desktop.

Select an option

Save oblank/244d1200b11cd5f7ca2b to your computer and use it in GitHub Desktop.
#main ::-webkit-scrollbar {
height: 5px;
width: 5px;
-webkit-border-radius: 5px;
}
#main ::-webkit-scrollbar-thumb {
background: #c1c1c1;
-webkit-border-radius: 5px;
}
#main ::-webkit-scrollbar-track {
background: #eaeaea;
-webkit-border-radius: 5px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment