Skip to content

Fix mobile Markets filters stuck while scrolling (#394)#396

Merged
temptemp3 merged 1 commit into
nextfrom
fix/394-mobile-markets-scroll
May 28, 2026
Merged

Fix mobile Markets filters stuck while scrolling (#394)#396
temptemp3 merged 1 commit into
nextfrom
fix/394-mobile-markets-scroll

Conversation

@temptemp3

Copy link
Copy Markdown
Contributor

Summary

  • Fixes #394: on mobile, Markets filters no longer stay pinned while scrolling.
  • Scopes sticky positioning and backdrop styling on the MarketSearchFilters wrapper to md+ viewports (768px+), matching the app's mobile breakpoint.
  • Preserves sticky filter behavior on tablet and desktop for long market lists.

Test plan

  • Open Markets on a mobile viewport (<768px) and scroll the market list — filters should scroll off-screen with the page content.
  • Open Markets on tablet/desktop (≥768px) and scroll — filters should remain sticky near the top while browsing markets.
  • Verify tier tabs, search, and filter chips still work on both mobile and desktop.

Made with Cursor

Limit sticky positioning on MarketSearchFilters to md+ viewports so
filters scroll with the market list on mobile instead of staying pinned
under the header.

Co-authored-by: Cursor <cursoragent@cursor.com>
@temptemp3 temptemp3 merged commit 7b77d76 into next May 28, 2026
2 checks passed
@temptemp3 temptemp3 deleted the fix/394-mobile-markets-scroll branch June 1, 2026 06:32
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: Mobile Markets Scroll

1 participant