You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- The overflow source was not the tile-grid column rule itself.
9
+
- `.tools-platform-frame__accordion-content` is a grid with implicit `auto` track sizing, and its `.tools-platform-frame__bottomline` child contributed max-content width.
10
+
- This caused `.tools-platform-frame__bottomline` -> `.tools-platform-frame__controls-stack` -> `.tools-platform-frame__nav` to compute around 1030px wide inside a ~705px header host.
11
+
12
+
Why PR 11.32 had no effect:
13
+
- PR 11.32 improved nav/grid internals, but parent grid-track sizing in `.tools-platform-frame__accordion-content` still allowed max-content expansion.
14
+
- So child tiles could remain wider than the container even with responsive `nav` / `nav-grid` rules.
0 commit comments