From the comments: This problem has been around forever, but there is a new problem that makes scrolling even worse than before. Sites which have headers or footers that have a fixed position with respect to the browser viewport completely break scrolling because when you scroll, neither the red nor the green line are visible. The green line is under the navigation junk at the top of the page.
I find that in general, any fixed-position elements in a page are distracting. The Web news article has long been styled after actual news articles. So when the page stops acting anything like a real paper page (more than just animated ads, I'm talking about big pictures and nav bars that follow you all over the page), I have a lot of trouble reading. The NY Post is particularly bad.
Scrolling: it’s really OK to have some white space at the bottom of the window
51–57 of 57 posts
Re: Scrolling: it’s really OK to have some white space at the bottom of the window
#52Safari in iOS handles this nicely. You can scroll below the bottom of the page and the default grey background _behind_ the page becomes visible. Desktop browsers could also do this.
Then it snaps back though, right? Rendering it a bit useless.
Re: Scrolling: it’s really OK to have some white space at the bottom of the window
#53Re: Scrolling: it’s really OK to have some white space at the bottom of the window
#54Earlier quoted context omitted.
I never have this problem because I scroll continuously with the touchpad. Before I had access to a touchpad, I scrolled continuously with the mouse wheel.
I think it may be a mac thing, since I've never seen a mac with a scroll wheel (although I'm sure they exist).
Re: Scrolling: it’s really OK to have some white space at the bottom of the window
#55Earlier quoted context omitted.
I never have this problem because I scroll continuously with the touchpad. Before I had access to a touchpad, I scrolled continuously with the mouse wheel.
I think it may be a mac thing, since I've never seen a mac with a scroll wheel (although I'm sure they exist).
Re: Scrolling: it’s really OK to have some white space at the bottom of the window
#56Earlier quoted context omitted.
> Having used Sublime Text for a while (which does what the article suggests and shows you as much white space as is needed to keep the display consistent) Really? Was there some sort of option you turned on? I'm a happy ST2 user (bought my license a couple weeks ago), but that's been one issue I've had lately. I can't seem to scroll past the bottom of the page. For now I've just been typing with my cursor at the bot…
Add "scroll_past_end": true to both your File settings and your User settings.
Re: Scrolling: it’s really OK to have some white space at the bottom of the window
#57Earlier quoted context omitted.
I was sort of making an implicit suggestion there—that maybe the over-scroll region, if implemented as Safari does it, doesn't look all that bad at all.
It looks good! And the user won't mistakenly think that the web developer messed up on his footer design. The distinction between the website and what the browser is doing is clear by the relative depth positioning.
Related problem: shift+scrolling up... are we going to go above the top of the page?