Answers for "how to disable x scrollbar in css"

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 disable x scrollbar in css"

Browse Popular Code Answers by Language