Answers for "is it ok to disable horizontal scrolling on your website"

5

DISABLE the Horizontal Scroll

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

Code answers related to "is it ok to disable horizontal scrolling on your website"

Browse Popular Code Answers by Language