- Shipped
- August 22, 2026 at 5:18 AM UTC
- Author
- kamo
- Commit
- 76ee35c
006fea03 was a DocManager change built from a tree that predated 791b99a5, so it carried all eight of that commit's files back to their previous blobs. Its own DocManager work is untouched here; this restores only the pane-fill files. The fix itself, again: adding the colour control and the resize handle put the pane's content in an inner wrapper, and the outer wrapper was still a block container — so the inner wrapper's `flex: 1` was inert, its height collapsed to its content, and every `height: 100%` below it resolved against an auto height. A resized widget grew its frame and left its contents the size they were.