Hacker News new | ask | show | jobs
by feikname 2998 days ago
Doesn't play nice with mobile handsets on portrait orientation. Each row is actually rendered as 3 rows.

A (hacky?) fix would be `overflow-x: scroll` I guess.

1 comments

Fixed! Thanks. I just ditched the <meta name="viewport"> tag altogether and now pinch + zoom works as expected. That's what I get for copying + pasting HTML templates from old projects.