Skip to content

Instantly share code, notes, and snippets.

@BinaryMoon
Created November 17, 2020 19:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save BinaryMoon/649c6db5a2017d9cc8f2cd259ce34065 to your computer and use it in GitHub Desktop.
Save BinaryMoon/649c6db5a2017d9cc8f2cd259ce34065 to your computer and use it in GitHub Desktop.
Scrollbar width and height sizing
::-webkit-scrollbar {
width: 0.5rem;
height: 0.5rem;
background-color: $mid-grey;
border-radius: 1rem;
}
::-webkit-scrollbar-thumb {
background: $dark-grey;
border-radius: 1rem;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment