Skip to content

fix: repair broken filter dropdowns on ships page#64

Merged
cahaseler merged 1 commit intomainfrom
guide-accuracy-fixes
Mar 10, 2026
Merged

fix: repair broken filter dropdowns on ships page#64
cahaseler merged 1 commit intomainfrom
guide-accuracy-fixes

Conversation

@cahaseler
Copy link
Contributor

Summary

  • Filter dropdowns (Empire, Tier, Category, Class) were not visible when opened
  • Root cause: overflow-x: auto on .filterSection created a scroll container that clips absolutely-positioned children
  • Fix: moved overflow-x: auto to a new inner .filterRowScroll wrapper, so the outer container doesn't clip the dropdowns

Dropdowns were clipped because overflow-x: auto on filterSection
created a scroll container that clips absolutely-positioned children.
Moved overflow-x to an inner scroll wrapper so dropdowns render freely.
@vercel
Copy link

vercel bot commented Mar 10, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
www Ready Ready Preview, Comment Mar 10, 2026 5:14pm

Request Review

@cahaseler cahaseler merged commit a94a433 into main Mar 10, 2026
3 checks passed
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.

1 participant