Skip to content

fix: offset search results title bar below sticky AppHeader#398

Merged
zigzagdev merged 1 commit into
mainfrom
fix/sticky-header-overlap
Jun 22, 2026
Merged

fix: offset search results title bar below sticky AppHeader#398
zigzagdev merged 1 commit into
mainfrom
fix/sticky-header-overlap

Conversation

@zigzagdev

Copy link
Copy Markdown
Owner

Summary

  • Fix overlap between the sticky AppHeader and the search results title bar by adding a top offset.

Closes #396

Test plan

  • Visually verify the search results title bar no longer overlaps the sticky AppHeader at various scroll positions / viewport widths

Note: search-box-sticky UX improvement was split out and filed as #397 (implementation deferred).

SearchResultsPage's title bar used the same sticky top-0 as
AppHeader, so it ended up hidden behind the header while scrolling
instead of sticking below it. Apply the same top-[49px] offset
TopPageTitleBar already uses.
@zigzagdev zigzagdev self-assigned this Jun 22, 2026

@zigzagdev zigzagdev left a comment

Copy link
Copy Markdown
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ok

@zigzagdev zigzagdev merged commit f2e4666 into main Jun 22, 2026
1 check passed
@zigzagdev zigzagdev deleted the fix/sticky-header-overlap branch June 22, 2026 23:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

bug: search results title bar overlaps under AppHeader instead of sticking below it

1 participant