html.is-mobile-app body.auth-page {
    overflow-x: hidden !important;
    overflow-y: auto !important;
    overscroll-behavior: none !important;
    touch-action: pan-y !important;
    -webkit-overflow-scrolling: touch !important;
    -webkit-touch-callout: none !important;
    -webkit-user-select: none !important;
    user-select: none !important;
}

html.is-mobile-app body.auth-page .leaf-decoration {
    animation: none !important;
    pointer-events: none;
    display: none !important;
}

* {
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
}
