Hacker News new | ask | show | jobs
by brentvatne 3317 days ago
There is some undesirable horizontal scrolling on this page for me (mbp 13") -- fixed by adding `overflow: hidden` to `div role="main"` element.
1 comments

Just hiding bugs isn't a good practice! It'll ruin responsiveness with lower resolutions where that content is required.

Actually fix the underlying cause, not just add a quick hack to make it go away.