Answers for "how to stop left right scroll on div"

11

Prevent left and right scrolling

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

Code answers related to "how to stop left right scroll on div"

Browse Popular Code Answers by Language