Last active
July 22, 2019 02:44
-
-
Save rickybrent/5f043b18a7369485dd60f083f88dd6a6 to your computer and use it in GitHub Desktop.
hide-scrollbars.user.css
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
/* ==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