- Shipped
- August 5, 2026 at 7:43 PM UTC
- Author
- kamo
- Commit
- 65e3d23
The content wrapper was a plain block, so a page's `flex: 1` had no flex parent to resolve against and the wrapper sized to its contents. DocManager's root is `height: 100%`, which against an auto-height parent collapses to the height of its own rows — the Resources library rendered short instead of filling the pane. The wrapper is now a flex column with min-h-0 (without which flex-1 cannot shrink below its content). The placeholder body takes flex: 1 as well, so the four coming-soon tabs centre in the whole area rather than in a 50vh band.