Answers for "page horizontal stop scroll css"

11

Prevent 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

Browse Popular Code Answers by Language