/* Keep the native upload queue usable while the Blazor page reconnects. */
#components-reconnect-modal,
#components-reconnect-modal .modal-overlay {
    pointer-events: none;
}
#components-reconnect-modal .modal-overlay {
    position: fixed;
    inset: auto 1rem 1rem auto;
    width: auto;
    height: auto;
    background: transparent;
}
#components-reconnect-modal .modal-window { max-width: 22rem; }
