rspace-online/website
Jeff Emmett 24c1598e60 fix: contain MI bar z-index within header stacking context on mobile
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>
2026-03-31 10:32:36 -07:00
..
public fix: contain MI bar z-index within header stacking context on mobile 2026-03-31 10:32:36 -07:00
admin.html fix(spaces): fix space creation routing and use /rspace URLs 2026-03-20 11:07:01 -07:00
canvas.html feat(mi): make MI aware of all 48 canvas shape types 2026-03-28 16:45:11 -07:00
create-space.html fix: cache-bust sw.js registration + no-cache header for SW/manifest 2026-03-25 18:02:14 -07:00
index.html fix: cache-bust sw.js registration + no-cache header for SW/manifest 2026-03-25 18:02:14 -07:00
shell.ts fix: enable presence and collab sync for demo space users 2026-03-31 10:04:25 -07:00
sw.ts fix: bump service worker cache version to v4 2026-03-25 17:35:15 -07:00
test-stack.html test: add stack view + wiring test page 2026-03-02 13:03:29 -08:00