Hacker News new | ask | show | jobs
by JulianWasTaken 3511 days ago
Unreadable in portrait on mobile?

How does one even begin to think that blocking users from scrolling horizontally on your site is a good idea?

2 comments

Indeed. overflow: hidden on the parent combined with float: left on the main text - it's bizarre. Why would someone take the whole content of the page out of the main flow like that?

It's also using some kind of javascript callbacks to get responsive placement of the header, rather than media queries.

Thanks for reporting this issue. This looks like a new bug that snuck in recently and we'll be looking at it this week.