Skip to content

Instantly share code, notes, and snippets.

@felipegenuino
Created March 27, 2020 12:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save felipegenuino/6cc19dbe8b1fc2b4a8d1aa29e873a9ff to your computer and use it in GitHub Desktop.
Save felipegenuino/6cc19dbe8b1fc2b4a8d1aa29e873a9ff to your computer and use it in GitHub Desktop.
*::-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