Skip to content

Instantly share code, notes, and snippets.

@rickybrent
Last active July 22, 2019 02:44
Show Gist options
  • Save rickybrent/5f043b18a7369485dd60f083f88dd6a6 to your computer and use it in GitHub Desktop.
Save rickybrent/5f043b18a7369485dd60f083f88dd6a6 to your computer and use it in GitHub Desktop.
hide-scrollbars.user.css
/* ==UserStyle==
@name Thin/No Scrollbars for Firefox
@namespace github.com/openstyles/stylus
@version 1.0.0
@description Scrolantana as a user style.
@updateURL https://gist.githubusercontent.com/rickybrent/5f043b18a7369485dd60f083f88dd6a6/raw/thin-no-scrollbar-firefox.user.css
==/UserStyle== */
html {
scrollbar-width: none;
}
* {
scrollbar-width: thin;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment