Commit b722980
committed
fix(dashboard): gate overlay never hides due to missing [hidden] CSS rule
.gate had display:flex with no [hidden] override, so the auth gate
rendered on top of the dashboard permanently regardless of token
validity — every sibling gated element in this file (.menu, .badge,
.panel, .segbadge, .view, .live-health, .live-empty, .sdetail) already
follows this pattern; .gate was the one omission (from PR #68).
Verified with Playwright: before the fix, computed display was "flex"
even with the hidden attribute set (token accepted); after, "none".1 parent 6846dfe commit b722980
1 file changed
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
| 52 | + | |
52 | 53 | | |
53 | 54 | | |
54 | 55 | | |
| |||
0 commit comments