Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save lorashfuko/beaa8710d81f78b3b1ca to your computer and use it in GitHub Desktop.
Save lorashfuko/beaa8710d81f78b3b1ca to your computer and use it in GitHub Desktop.
::-webkit-scrollbar {
height: 12px;
width: 12px;
background: #969696;
-webkit-border-radius: 1ex;
}
::-webkit-scrollbar-thumb {
background: #2B2B2B;
-webkit-border-radius: 1ex;
-webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.75);
}
::-webkit-scrollbar-corner {
background: #1A1A1A;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment