/**
 * Public auth / application pages: iOS rubber-band / pull-down lock
 * Mirrors app/views/layout/main.php overscroll rules.
 */
@import url('swal-mobile-global.css');

html,
body {
    overscroll-behavior: none;
    overscroll-behavior-y: none;
    -webkit-overflow-scrolling: touch;
}

.modal,
.modal-dialog,
.modal-content,
.modal-body,
.modal-open,
.swal2-container,
.swal2-popup,
.swal2-html-container,
[class*="-sheet"],
[class*="Sheet"],
[data-overscroll-lock] {
    overscroll-behavior: none;
    overscroll-behavior-y: none;
}

.modal-body,
.swal2-html-container {
    overscroll-behavior-y: contain;
}

/* Common public-page scroll hosts */
.mobile-container,
.main-container,
.fl-sheet-body,
.fl-root,
[data-overscroll-lock] {
    overscroll-behavior: none;
    overscroll-behavior-y: none;
    -webkit-overflow-scrolling: touch;
}
