Answers for "how to disable scroll x axis css"

11

scroll x disable css

html, body {
    max-width: 100%;
    overflow-x: hidden;
}
Posted by: Guest on November-24-2019
0

prevent x axis scrolling on mobile

<meta name="viewport" content="user-scalable=0;"/>
Posted by: Guest on July-04-2020

Browse Popular Code Answers by Language