Hacker News new | ask | show | jobs
by jvdvegt 324 days ago
A bit ironic that I cannot see the left few pixels of that site in Firefox on Android. (A 'T' starts at the vertical bar)
2 comments

Why "ironic"? The website is using flexbox incorrectly, all spec-compliant browsers have that behaviour on small viewports. Using the "safe" keyword fixes that.

https://developer.mozilla.org/en-US/docs/Web/CSS/align-items...

sorry I'm not necessarily seeing this. could I ask for more details ?