Skip to content

Instantly share code, notes, and snippets.

@Uvacoder
Created December 16, 2021 13:12
Show Gist options
  • Select an option

  • Save Uvacoder/fc81b5f882b4d8e3bbf28ba9aee1cc24 to your computer and use it in GitHub Desktop.

Select an option

Save Uvacoder/fc81b5f882b4d8e3bbf28ba9aee1cc24 to your computer and use it in GitHub Desktop.
CSS Custom scrollbar
::-webkit-scrollbar {
width: 0.9375rem;
}
::-webkit-scrollbar-thumb {
border: 0.3125rem solid rgba(0, 0, 0, 0);
background-clip: padding-box;
border-radius: 1000rem;
background-color: var(--black);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment