Hacker News new | ask | show | jobs
by antibland 1833 days ago
On my iPhone SE (mobile Safari), elements are being truncated on the right side of the screen, meaning I can’t view all the data. I’m not near a laptop right now, but I wonder if you’re forgetting:

  * { box-sizing: border-box: }
1 comments

Probably. I've been wondering how to test and fix this issue actually, since it shows up on my local devices just fine.

Is that styling something that needs to applied to the entire page wrapper as a whole?