Created
April 22, 2021 06:46
-
-
Save martea/8bc865f9e69fa5de0a221fbc24db934e to your computer and use it in GitHub Desktop.
scroll
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 { | |
-webkit-appearance: none; | |
background-color: rgba(0, 0, 0, 0.1); | |
width: 7px; | |
height: 7px; | |
} | |
::-webkit-scrollbar-thumb { | |
border-radius: 4px; | |
background-color: rgba(0, 0, 0, 0.5); | |
-webkit-box-shadow: 0 0 1px hsla(0, 0%, 100%, 0.5); | |
box-shadow: 0 0 1px hsla(0, 0%, 100%, 0.5); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment