Answers for "disable horizontal scrolling"

5

DISABLE the Horizontal Scroll

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

how to stop a page from scrolling horizontally

overflow-x: hidden
Posted by: Guest on April-18-2020

Code answers related to "disable horizontal scrolling"

Browse Popular Code Answers by Language