On mobile, header/tab-row switch from fixed to sticky (in-flow), but #app.canvas-layout still had height:100vh — total content exceeded viewport causing unwanted scroll. Fix: body becomes a flex column (100dvh, overflow hidden), header/tab-row flex-shrink:0, #app fills remaining space with flex:1. 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 | ||