Skip to content

Instantly share code, notes, and snippets.

@imbdb
Created July 12, 2019 13:53
Show Gist options
  • Save imbdb/2892ca737f9e67734271361267e7f5af to your computer and use it in GitHub Desktop.
Save imbdb/2892ca737f9e67734271361267e7f5af to your computer and use it in GitHub Desktop.
design-scrollbar-webkit
*::-webkit-scrollbar-track {
background: rgba(255,255,255,0.08);
}
*::-webkit-scrollbar-thumb {
background-color: rgba(0,0,0,0.2);
}
*::-webkit-scrollbar {
width: 6px !important;
height: 6px !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment