platform-bible-react
    Preparing search index...

    Variable Z_INDEX_CONNECTION_LOSTConst

    Z_INDEX_CONNECTION_LOST: 800

    Z-index for the connection-lost state. Sits above every other layer, Z_INDEX_FIRST_RUN included.

    When the websocket to the rest of the app dies, every layer beneath this one is inert — the first-run wizard cannot submit, modals cannot resolve, the toolbar cannot navigate. Anything rendering over this state would be offering the user a control that silently does nothing. Pinned by z-index.test.tsx.