/sponsor/family/{key} page renders under the fixed menu bar (hero cut off) #896

Open
opened 2026-07-29 23:22:19 +00:00 by spikerj · 0 comments
Owner

The sponsor family detail page (#749) never got the fixed-toolbar offset other pages have: its :host top padding is 24px, so the family hero (name, member count, 'All journeys' back link) renders underneath the fixed menu-bar on desktop/laptop/tablet.

Fix: pad the page top by calc(var(--app-toolbar-height, 64px) + 24px), matching the employment/platform-adoption idiom. Verified with headless-Chromium screenshots at 1440x900 and 834x1112 against prod (reproduces) and local dev (fixed).

The sponsor family detail page (#749) never got the fixed-toolbar offset other pages have: its `:host` top padding is 24px, so the family hero (name, member count, 'All journeys' back link) renders underneath the fixed menu-bar on desktop/laptop/tablet. Fix: pad the page top by `calc(var(--app-toolbar-height, 64px) + 24px)`, matching the employment/platform-adoption idiom. Verified with headless-Chromium screenshots at 1440x900 and 834x1112 against prod (reproduces) and local dev (fixed).
Sign in to join this conversation.