How To Diagnose Horizontal Scroll That Will Not Go Away

[Solved] How To Diagnose Horizontal Scroll That Will Not Go Away | Go - Code Explorer | yomemimo.com
Question : how to diagnose horizontal scroll that will not go away on mobile site

Answered by : open-octopus-2c7b6zmyiy5b

body { overflow-x: hidden; width: 100%;
}
<meta name="viewport" content="user-scalable=no, width=device-width, initial-scale=1.0" />
<meta name="apple-mobile-web-app-capable" content="yes" />

Source : https://stackoverflow.com/questions/4192277/disable-horizontal-scroll-on-mobile-web | Last Update : Wed, 02 Sep 20

Question : prevent x axis scrolling on mobile

Answered by : divyansh-singh

<meta name="viewport" content="user-scalable=0;"/>

Source : https://stackoverflow.com/questions/4192277/disable-horizontal-scroll-on-mobile-web | Last Update : Sat, 11 Jul 20

Answers related to how to diagnose horizontal scroll that will not go away on mobile site

Code Explorer Popular Question For Go