Created
November 17, 2020 19:35
-
-
Save BinaryMoon/649c6db5a2017d9cc8f2cd259ce34065 to your computer and use it in GitHub Desktop.
Scrollbar width and height sizing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
::-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