Answers for "how to remove x scroll html"

11

scroll x disable css

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

Code answers related to "how to remove x scroll html"

Browse Popular Code Answers by Language