Skip to content

Instantly share code, notes, and snippets.

@Arty2
Last active September 10, 2019 20:26
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 Arty2/ce4e5a831690d68baad9958523fdbcc6 to your computer and use it in GitHub Desktop.
Save Arty2/ce4e5a831690d68baad9958523fdbcc6 to your computer and use it in GitHub Desktop.
User Style for Firefox that replaces all scrollbards with their thin equivalent. To be used with Stylus or similar extention.
* {
scrollbar-color: rebeccapurple transparent; /* ← use a color that matches your Firefox of Windows 10 color-scheme */
scrollbar-width: thin;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment