Answer the question
In order to leave comments, you need to log in
Answer the question
In order to leave comments, you need to log in
The question is old, but there is no answer, but in Google in the first place. That's why I'll answer =)
So that on iPhones / iPads it doesn't scroll sideways, you need to set position: relative to html, body;
html, body {
position: relative;
max-width: 100%;
overflow-x: hidden;
}
Check if there are elements that fit in width (greater than viewport)
Well,
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no, maximum-scale=1.0"/>
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question