Answers for "disable the scroll bar, horizontal or vertical, in css"

CSS
6

DISABLE the Horizontal Scroll

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

Code answers related to "disable the scroll bar, horizontal or vertical, in css"

Browse Popular Code Answers by Language