The Attempt That Passed Every Check
Before the layout mode from the last lesson existed, somebody tried to fix the packing problem within the existing mechanism. The idea: instead of padding the host — which lengthens the document — constrain the host shell to the height left over, give it its own scroll, and drop the padding entirely.
Check every geometric property and it holds. The shell ends exactly where the panel begins. The shell owns its scrolling rather than the page. The document stops lengthening. Nothing is under the panel. By every measurement anybody had defined, the problem was solved.
It was shown to the person who had raised the original complaint, who looked at it and said it still plainly reads as overlap.
Why the Measurements Were the Wrong Instrument
The verdict is not aesthetic fussiness — it identifies a real difference the checks were blind to. Clipping content into a shorter box and moving content out of the way produce the same geometry and different experiences. In the second, the cards visibly relocate; you watch the layout respond. In the first, everything stays exactly where it was and a window closes over the bottom of it.
The measurements had been derived from the mechanism rather than from the goal. Each one was a true statement about boxes, and the goal was about what the page appears to do when the panel opens — which no box measurement captures.
The Part That Matters Most: It Was Written Down
The rejected approach is recorded, in the architecture document, with its full mechanism, the verdict, and an explicit instruction not to re-attempt it.
That is unusual and it is deliberate. The natural fate of a failed attempt is deletion — it did not work, so it leaves no trace, and the record shows only what shipped. The problem is that the approach is reachable: it is the first thing a competent person tries when they encounter this problem, precisely because it satisfies every obvious check. Deleting it guarantees somebody rebuilds it, gets the same clean measurements, is equally satisfied, and is equally wrong.
A dead end that is easy to reach and expensive to disprove deserves a paragraph, and the paragraph has to say plainly that it was tried and rejected. Otherwise the next session does not read it as a warning — they read it as an idea nobody has had yet.