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.
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.