.vd-page-shell,
body {
    overflow-x: clip;
}

@supports not (overflow: clip) {
    body { overflow-x: hidden; }
}
