Answers for "how to fix html body so that it doesnt allow to scroll left or right"

5

how to keep page from scrolling sideways

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

Code answers related to "how to fix html body so that it doesnt allow to scroll left or right"

Browse Popular Code Answers by Language