html,
body,
body .site,
body .site-content,
body main {
    scroll-behavior: auto !important;
}

html {
    overscroll-behavior-y: auto !important;
}

body:not(.nf-modal-open) {
    overflow-y: auto;
}

/* V26: explicitly disable smooth-scroll wrappers on the heavy management pages. */
body.nf-admin-portal-page,
body.nf-admin-portal-page #page,
body.nf-admin-portal-page .site,
body.nf-admin-portal-page main,
body.nf-admin-portal-page .elementor,
body.nf-admin-portal-page .elementor-location-single {
    scroll-behavior: auto !important;
}
body.nf-admin-portal-page:not(.nf-modal-open) {
    overflow-y: auto !important;
    overscroll-behavior-y: auto !important;
}
