Skip to content

Fix select dropdown hidden behind dialogs#38

Merged
selfcontained merged 1 commit into
mainfrom
fix/select-dropdown-z-index
Mar 11, 2026
Merged

Fix select dropdown hidden behind dialogs#38
selfcontained merged 1 commit into
mainfrom
fix/select-dropdown-z-index

Conversation

@selfcontained

Copy link
Copy Markdown
Owner

Summary

  • The SelectContent z-index was z-50 but dialogs were raised to z-[70] in Fix modals and settings pane on mobile #37, causing select dropdowns (like agent type) inside dialogs to render behind the dialog overlay
  • Bump SelectContent to z-[80] so it appears above dialogs
  • Add E2E test that opens the create agent dialog, clicks the type dropdown, selects "Claude", and verifies the selection

Test plan

  • Open create agent dialog → click the Type dropdown → verify options appear and are selectable
  • E2E test create-agent-dropdown.spec.ts passes

🤖 Generated with Claude Code

The SelectContent z-index was z-50 but dialogs were raised to z-[70],
causing select dropdowns inside dialogs to render behind the overlay.
Bump SelectContent to z-[80] so it appears above dialogs.

Add E2E test verifying the agent type dropdown opens and allows
selection within the create agent dialog.

Co-Authored-By: Claude Opus 4.6 <[email protected]>
@selfcontained
selfcontained merged commit cb499d3 into main Mar 11, 2026
1 check passed
@selfcontained
selfcontained deleted the fix/select-dropdown-z-index branch April 9, 2026 03:01
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