
html {
    overflow-y: scroll;
    margin-left: calc(100vw - 100%);
}

body {
    overflow-x: hidden;
}
</style>