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> |
||
|---|---|---|
| .. | ||
| _next/static | ||
| icons | ||
| images | ||
| favicon.png | ||
| landing.html | ||
| logo.png | ||
| manifest.json | ||
| og-image.png | ||
| shell.css | ||
| theme.css | ||