Skip to content

fix: actually fix filter dropdowns with overflow-x: clip#66

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

fix: actually fix filter dropdowns with overflow-x: clip#66
cahaseler merged 1 commit intomainfrom
guide-accuracy-fixes

Conversation

@cahaseler
Copy link
Contributor

Summary

  • Previous fix (fix: repair broken filter dropdowns on ships page #64) moved overflow-x: auto to an inner wrapper, but dropdowns were still inside that container and still clipped
  • overflow-x: clip doesn't create a scroll container, so absolutely-positioned dropdown menus can escape the element bounds and render correctly

Previous fix moved overflow-x: auto to an inner wrapper, but dropdowns
were still inside that container and still clipped. overflow-x: clip
doesn't create a scroll container so absolutely-positioned dropdowns
are no longer clipped.
@cahaseler cahaseler merged commit a2e104c into main Mar 11, 2026
2 checks passed
@vercel
Copy link

vercel bot commented Mar 11, 2026

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

Project Deployment Actions Updated (UTC)
www Ready Ready Preview, Comment Mar 11, 2026 1:01pm

Request Review

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