how to don't make horizontal scroll css html code example
Example 1: hide horizontal scrollbar css
.x-scroll-disabled {
overflow-x: hidden;
}
Example 2: how to stop a page from scrolling horizontally
overflow-x: hidden
.x-scroll-disabled {
overflow-x: hidden;
}
overflow-x: hidden