2
I did some tests on some devices and realized that the iphone has a horizontal scroll. I’ve already checked the width of the screen, apparently this ok. The same does not happen on Android phones. I’m using the meta tag below.
`<meta content="minimum-scale=1.0, width=device-width, maximum-scale=1, user-scalable=no" name="viewport" />`
and yet that horizontal scroll continues.
Does anyone know what it can be?
overflow-x:None; doesn’t exist, I think I meant overflow-x:Hidden rs, I already have an overflow-x:Hidden tag body.
– dann
that :D I forgot, it’s been a long time since I used overflow :D
– Murilo Melo
Try to add it to the element that is passing the screen
– Murilo Melo