Who Killed the Scrollbar?
ello.co
Who Killed the Scrollbar?
1–10 of 325 posts
Re: Who Killed the Scrollbar?
#2I wouldn't recommend trying to modify DOM elements via CSS or extensions if you can avoid it. You're going to run into some broken web experiences.
Regarding scrollbars, you can set your OS to always show them. As a web dev, I'm out here trying to advocate to never screw with scrollbars.
Re: Who Killed the Scrollbar?
#3Re: Who Killed the Scrollbar?
#4Re: Who Killed the Scrollbar?
#5The only interesting idea I can write out is that the author says that knowing the length/size of an article/book is intrinsically good. I do wonder if that is necessarily true.
Maybe one can argue that knowing the length of a written word has resulted in less people engaging?
Re: Who Killed the Scrollbar?
#6I don't know what the state of this is on Android, but iOS 13 lets you grab the scrollbar and go immediately to wherever you want in a document.
The scrollbar doesn't show up by default, so it's a 2-step operation. Scroll a bit to make the scroll indicator appear, then grab it and scroll faster.
Works well but I doubt many people are aware of it yet. People just assume you can't grab the scroll indicator in iOS since Apple took that feature away when they first launched the iPhone. Scroll bar has been non-interactable for the last 12 years of their touch devices.
Re: Who Killed the Scrollbar?
#7However I do agree that removing scrollbars on Mobile has one advantage: I simply can't accidentally move to the bottom of the page, which (no idea why) I do it very often...
Re: Who Killed the Scrollbar?
#8is it just me or anyone else? As soon as i open a page on desktop i always look at the scrollbar first.
Re: Who Killed the Scrollbar?
#9> It's not so bad on desktops, and I can restore it there anyway via CSS. I wouldn't recommend trying to modify DOM elements via CSS or extensions if you can avoid it. You're going to run into some broken web experiences. Regarding scrollbars, you can set your OS to always show them. As a web dev, I'm out here trying to advocate to never screw with scrollbars.
And I actually think that begin able to modify webpage to your liking is important, even if it means breaking the page in the process (I'm kind of used to it with umatrix)
I do agree that in an ideal world, every webpage would be an amazing web experience, but unfortunately that's not the case, even with big websites with amazing UX desginer
Re: Who Killed the Scrollbar?
#10> It's not so bad on desktops, and I can restore it there anyway via CSS. I wouldn't recommend trying to modify DOM elements via CSS or extensions if you can avoid it. You're going to run into some broken web experiences. Regarding scrollbars, you can set your OS to always show them. As a web dev, I'm out here trying to advocate to never screw with scrollbars.