Add the following CSS using Stylus for Firefox https://addons.mozilla.org/en-GB/firefox/addon/styl-us/
Last active
January 1, 2019 04:34
-
-
Save eramdam/4a85f9f1dead94cee9a494cd0f6a1aac to your computer and use it in GitHub Desktop.
Add styled scrollbars to Firefox 64+ on Mastodon (if for some reason your instance isn't on mainline Mastodon)
This file contains hidden or 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
html, | |
.scrollable { | |
/* Replace the color by the color of column headers for a better effect. */ | |
scrollbar-color: #313543 transparent; | |
/* This is optional but I find the default scrollbars way too fat. */ | |
scrollbar-width: thin; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment