mirror of
https://github.com/fabro-sh/fabro.git
synced 2026-09-06 08:18:58 +00:00
The full-height shell used min-h-dvh, which only sets a minimum and leaves height: auto. CSS percentage heights (h-full) don't resolve against an auto parent, so every descendant that relied on h-full collapsed to its content size — leaving the run stages column separator, events list, and detail panel ending mid-page instead of reaching the window bottom. Switch the shell to h-dvh, make the run-detail outlet wrapper a flex column, and replace h-full with flex-1 on the run-stages and run-files roots so they grow via flex sizing within the column. The height chain is now: shell h-dvh → main flex-1 → layout div h-full → run-detail h-full → outlet wrapper flex-1 flex-col → page root flex-1 → children fill via flex stretch. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| fabro-web | ||
| marketing | ||
| remotion | ||