Skip to content

Instantly share code, notes, and snippets.

@nirmalkar
Created September 2, 2019 16:01
Show Gist options
  • Save nirmalkar/ae73b9208fa0694d25b87de4a55e093d to your computer and use it in GitHub Desktop.
Save nirmalkar/ae73b9208fa0694d25b87de4a55e093d to your computer and use it in GitHub Desktop.
::-webkit-scrollbar {
width: 10px;
}
::-webkit-scrollbar-track {
box-shadow: inset 0 0 6px rgba(238, 183, 101, 0.8);
-webkit-box-shadow: inset 0 0 6px rgba(238, 183, 101, 0.8);
border-radius: 10px;
}
::-webkit-scrollbar-thumb {
border-radius: 10px;
box-shadow: inset 0 0 6px rgba(206, 185, 66, 0.8);
-webkit-box-shadow: inset 0 0 6px rgba(206, 185, 66, 0.8);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment