Created
November 9, 2018 19:06
-
-
Save smddzcy/331eb12e3526b0878167fcbe9b579446 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: 2px; | |
background-color: rgba(255,255,255,0.3); | |
} | |
::-webkit-scrollbar-thumb:vertical { | |
background: rgba(255,255,255,0.4); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment