Created
April 20, 2021 17:49
-
-
Save LuisReyes98/89b22ef8fd43b9da765da9fea3c801b6 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
.scrollbar__seamless{ | |
//Chrome and updated browsers Only | |
&::-webkit-scrollbar { | |
margin-top: 5px; | |
width: 5px; | |
} | |
&::-webkit-scrollbar-thumb { | |
background: rgba(126, 124, 124, 0.76); | |
border-radius: 10px; | |
} | |
&::-webkit-scrollbar-track { | |
background: transparent; | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment