Fixed
- "Disconnected" chip always visible —
.chip{display:inline-flex}in the author stylesheet overrode the browser's[hidden]{display:none}UA rule; added[hidden]{display:none!important}globally so all hidden elements are correctly concealed.
.chip{display:inline-flex} in the author stylesheet overrode the browser's [hidden]{display:none} UA rule; added [hidden]{display:none!important} globally so all hidden elements are correctly concealed.