Search code examples
iphonecssmobile-safari

Remove horizontal movement / wiggle from iPhone optimized pages


I'm trying to optimize our News pages for iPhone. One problem I've noticed is that I'm able to tap and move the page horizontally (i.e. wiggle).

My question is, how I can prevent this horizontal movement from happening?

All of our News pages have this problem. Here are a couple examples:


Solution

  • Add "overflow-x: hidden" on the body.