mastodon.world is one of the many independent Mastodon servers you can use to participate in the fediverse.
Generic Mastodon server for anyone to use.

Server stats:

8.9K
active users

#scrollbar

0 posts0 participants0 posts today

What's with browser updates these days making the #scrollbar hard to grab?

Here's a suggestion: #VSCode shows the current open document in micro on the right edge. It's at least 5-6 times as wide as a conventional scroll bar and you can see where that one part of the document you need is.

Some browser should do this. (Hint hint, @mozilla. #firefox)

Did you one morning wake up only to discover your #Slack's web interface now displays ugly browser-default scrollbars even when they're not needed, such as in your lovingly maintained sidebar? 😱 If you're using #uBlock or #uBlockOrigin, here's a custom filter you could enable:

! Fix Slack's custom-styled scrollbar
slack.com##body .c-scrollbar__hider:style(scrollbar-width: none !important;)

And if you're wondering how to use a more legible font, you could add this:

! Fix Slack's font
slack.com##body *:style(font-family:"Arial";font-smooth:auto !important;)

Obviously, you can use any font that you'd like and style it further, or you could style any other elements on the page but that's the way to do it and it 💯% works. No need to install additional browser plugins to force custom styles when the one you already use can do that for you, too.

#body#hacks#ui