- Ya
- 5 Agosti 2026, 19:43 UTC
- Mwandishi
- kamo
- Ahadi ya
- 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.