Skip to content

Instantly share code, notes, and snippets.

@zry656565
Created October 10, 2017 10:12
Show Gist options
  • Save zry656565/f1163e55dcbba691dc356177a6dd3934 to your computer and use it in GitHub Desktop.
Save zry656565/f1163e55dcbba691dc356177a6dd3934 to your computer and use it in GitHub Desktop.
custom-scrollbar
::-webkit-scrollbar {
width: 12px
height: 12px
}
::-webkit-scrollbar-track {
background-color: transparent
}
::-webkit-scrollbar-thumb {
border-radius: 6px
background: #CCCCCC
background-clip: padding-box
border: 3px solid transparent
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment