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).
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
The sponsor family detail page (#749) never got the fixed-toolbar offset other pages have: its
:hosttop 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).