Answers for "html prevent scroll"

11

Prevent horizontal scroll

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

Browse Popular Code Answers by Language