Created
March 27, 2020 12:27
-
-
Save felipegenuino/6cc19dbe8b1fc2b4a8d1aa29e873a9ff to your computer and use it in GitHub Desktop.
This file contains 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: 5px;} | |
*::-webkit-scrollbar-track {background: #F4F4F4;} | |
*::-webkit-scrollbar-thumb {background: #cecece;} | |
*::-webkit-scrollbar-thumb:hover {background: #c1c1c1;} | |
body{} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment