Answers for "how to disable scroll on mobile css"

CSS
-1

css disable scroll mobile

html,
body {
            width: 100%;
            height: 100%;
            margin: 0;
            overflow: hidden;
            position: absolute;
            top: 0;
            left: 0;
}
Posted by: Guest on December-17-2020

Code answers related to "how to disable scroll on mobile css"

Browse Popular Code Answers by Language