Answers for "how to avoid overflow of scroll horizontally"

11

css how to prevent horizontal scrolling

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

avoid side scrolling css

html, body { max-width: 100%; overflow-x: hidden; }.
Posted by: Guest on October-15-2021

Browse Popular Code Answers by Language