Answers for "Prevent left and right scrolling"

10

Prevent left and right scrolling

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

Code answers related to "Prevent left and right scrolling"

Browse Popular Code Answers by Language