How to disable horizontal scrolling on iphone

1

I did some testing on some devices and realized that on the iphone it has a horizontal scroll. I already checked the width of the screen, apparently this is 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 this horizontal scroll continues.

Does anyone know what it can be?

    
asked by anonymous 09.08.2016 / 22:47

1 answer

0

go in css, container tag or something (I do not know how your css is)

and add

overflow-x:hidden;

* accents on my keyboard are not working

    
09.08.2016 / 23:23