Created
August 26, 2019 17:51
-
-
Save pablocattaneo/96790e68adcc8c7508081c5f4911579e 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
div | |
&::-webkit-scrollbar-track | |
-webkit-box-shadow inset 0 0 6px rgba(0,0,0,0.3) | |
background-color #F5F5F5 | |
&::-webkit-scrollbar | |
width 6px | |
background-color #F5F5F5 | |
&::-webkit-scrollbar-thumb | |
background-color #f03d37 | |
border-radius 6px |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment