On desktop the header is position:fixed which creates a stacking context, containing the MI bar's z-index:10001. On mobile the header switches to position:sticky without z-index, so no stacking context is created and the MI bar's z-index leaks out above the tab row (z-index:9998). Fix by adding z-index:9999 to the header on mobile. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| public | ||
| admin.html | ||
| canvas.html | ||
| create-space.html | ||
| index.html | ||
| shell.ts | ||
| sw.ts | ||
| test-stack.html | ||