DISABLE the Horizontal Scroll

CSS
html, body {
    max-width: 100%;
    overflow-x: hidden;
}overflow-x: hidden
Source

Also in CSS: