Skip to content

Instantly share code, notes, and snippets.

@B3nnyL
Created December 1, 2018 10:08
Show Gist options
  • Save B3nnyL/5e4f6441622f460f3842ce1a4aacd9df to your computer and use it in GitHub Desktop.
Save B3nnyL/5e4f6441622f460f3842ce1a4aacd9df to your computer and use it in GitHub Desktop.
Scrollbar-style
::-webkit-scrollbar-thumb {
border: none;
-webkit-box-shadow: none;
box-shadow: none;
background: aqua;
-webkit-border-radius: 4px;
border-radius: 4px;
min-height: 40px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment