disable horizontal scrolling but keep vertical scrolling code example
Example: DISABLE the Horizontal Scroll
html, body {
max-width: 100%;
overflow-x: hidden;
}
html, body {
max-width: 100%;
overflow-x: hidden;
}