Skip to content

Instantly share code, notes, and snippets.

@MasoodGit
Created August 16, 2016 05:02
Show Gist options
  • Save MasoodGit/c33a287ac371c0f8fc970abddae2a253 to your computer and use it in GitHub Desktop.
Save MasoodGit/c33a287ac371c0f8fc970abddae2a253 to your computer and use it in GitHub Desktop.
style scrollbar
.ccScrollBar::-webkit-scrollbar {
height: 18px;
width: 18px;
}
.ccScrollBar::-webkit-scrollbar-button {
background-color: #fff;
background-repeat: no-repeat;
cursor: pointer;
}
.ccScrollBar::-webkit-scrollbar-corner {
background-color: #fff;
}
.ccScrollBar::-webkit-scrollbar-thumb {
border-radius: 9px;
border: 6px solid #fff;
background-color: #c8c8c8;
}
.ccScrollBar::-webkit-scrollbar-track {
background-color: #fff;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment