Created
June 10, 2020 22:21
-
-
Save alexcmgit/abda0ba3e607927bc21d2f7112aa175f to your computer and use it in GitHub Desktop.
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: 12px; | |
background-color: transparent; | |
} | |
::-webkit-scrollbar-button { | |
display: none; | |
width: 0; | |
height: 0; | |
} | |
::-webkit-scrollbar-corner { | |
background-color: transparent; | |
} | |
::-webkit-scrollbar-thumb { | |
background-color: #4a4d52; | |
border: 2px solid #282a2d; | |
border-radius: 10px; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment