html,
body,
#root {
    height: 100%;
    /* Fix mobile Safari scrolling issues */
    -webkit-overflow-scrolling: touch;
    /* Prevents mobile Safari from freely adjusting font-size */
    -webkit-text-size-adjust: 100%;
}

.grecaptcha-badge {
    visibility: hidden;
}

/*
scroll-behavior: smooth causes scroll issues in cypress
https://github.com/cypress-io/cypress/issues/805
*/

html:not(.cypress) {
    scroll-behavior: smooth;
}
