Answers for "remove horizontal scrollbar css but still scroll"

5

css how to remove horizontal scrollbar

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

Code answers related to "remove horizontal scrollbar css but still scroll"

Browse Popular Code Answers by Language