Skip to content

Instantly share code, notes, and snippets.

@tfsojon
Created June 3, 2023 04:22
Show Gist options
  • Save tfsojon/0702bb1ccf25ae41bd1eb469971f46a0 to your computer and use it in GitHub Desktop.
Save tfsojon/0702bb1ccf25ae41bd1eb469971f46a0 to your computer and use it in GitHub Desktop.
&::-webkit-scrollbar {
width: 8px;
}
&::-webkit-scrollbar-track {
box-shadow: inset 0 0 2px #c7c7c7;
border-radius: 10px;
}
&::-webkit-scrollbar-thumb {
background: #c7c7c7;
border-radius: 20px;
}
&::-webkit-scrollbar-thumb:hover {
background: #878787;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment