Last active
January 18, 2023 02:11
-
-
Save jotredev/ef63ce2342c59cbbda567d595ff50756 to your computer and use it in GitHub Desktop.
CSS para scrollbar
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: 3px; | |
} | |
::-webkit-scrollbar-thumb { | |
background: "#000"; | |
border-radius: 10px; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment