html {
    overflow-y: auto;
}

html.auth-no-scroll {
    overflow-y: hidden !important;
}
