- Shipped
- May 17, 2026 at 7:18 PM UTC
- Author
- Kamo
- Commit
- 8451718
The JourneyIllustration root div was `relative overflow-hidden` with no explicit dimensions. Its parent was sized via absolute inset-0, but the relative child only had block auto-height — and since every descendant was absolute-positioned, nothing contributed to the in-flow content height. Result: the entire layered scene collapsed to 0px and only the top/bottom gradient fades + bg-surface-base showed through. Adding w-full h-full to the wrapper restores the chain so the sky, clouds, hills, skyline, home, foreground, birds, and parallax actually have a viewport to render into.