Skip to content

Instantly share code, notes, and snippets.

@beatorizu
Created March 8, 2020 00:22
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 beatorizu/6232b9903093e35d47d7c64a3b625d6f to your computer and use it in GitHub Desktop.
Save beatorizu/6232b9903093e35d47d7c64a3b625d6f to your computer and use it in GitHub Desktop.
Style Firefox scrollbar
:root {
/* Save this file to chrome/ in Firefox Profile Directory */
scrollbar-color: rgba(0, 0, 0, 0.5) rgba(0, 0, 0, 0.01);
scrollbar-width: thin;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment