Try: Keep the drawer out of the header area in Interface/FSE #27595
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.

This PR makes the Navigation Panel in the Site Editor open below the header. Doing so allows the header to remain the same width and so allows removal of the fastidious CSS to adjust for that. It also makes it more consistent with how the sidebars and inserter appear.
While I believe this same result could be achieved with just style changes, to keep the styles a little more dumb I've made some structural changes:
UPDATE: I've noticed that because of the structural change in this PR the tabbing order improvements from #25884 are undone. I made a POC repair for that with some manual focus management but haven't yet pushed it as I'm first trying to see if the design change is deemed desirable. If so, I'd be interested in trying an alternate CSS only PR to see if that'd be better. For that reason, I'll suggest to @noahtallen to delay an in-depth review unless you just happen to get enthusiastic about this approach.
Static comparison at a medium breakpoint
Screen recordings
Top toolbar and wide breakpoint
the lesser end of this breakpoint has issues when a long toolbar (template part in this instance) is present and the drawer is open.
Before
After
Medium breakpoint
Hiding some and moving other items while the drawer opens is distracting.
Before
After
Tangential changes
How has this been tested?
At all breakpoints opening and closing the drawer. With or without top toolbar mode.
Types of changes
Enhancement?
Checklist: