Hacker News new | ask | show | jobs
by Slackwise 2968 days ago
I don't see any actual¹ JavaScript on the page, so how would this have been accomplished? Some fancy but broken scrolling manipulation CSS...?

1: The only JS on the page is an IE conditional comment adding an HTML5 shim script, and the Disqus comment embedding script. Then there's the Google analytics that gets pulled in from font references and I guess Facebook JS via the Disqus embed.

1 comments

It's some not-even-fancy CSS. The site has "overflow: auto;" on the body :/ RIP iOS users

https://css-tricks.com/snippets/css/momentum-scrolling-on-io...

WTF! I had no clue that overflow: auto messes things up so badly for iOS users. I'll have to file that for the next time I'm writing CSS. I wonder what the justification for that is...