html.has-smooth-scroll,
body.has-smooth-scroll {
    overflow-x: hidden;
}

body.has-smooth-scroll {
    position: fixed;
    width: 100%;
}

.smooth-scroll-wrapper {
    will-change: transform;
}