Skip to content

Conversation

@ibetitsmike
Copy link
Contributor

Generated with mux

Fixes toast appearing over the Secrets modal dialog by correcting z-index layering.

Changes

  • Dialog overlay and content: z-50 β†’ z-[1500] (above toasts)
  • ModelSelector: z-[1000] β†’ z-[1020] (above command suggestions)

Z-index hierarchy

z-index Component
z-[1000] ChatInputToast
z-[1010] CommandSuggestions
z-[1020] ModelSelector
z-[1500] Dialog
z-[2000] CommandPalette
z-[9999] TutorialTooltip
z-[10000] KebabMenu, PopoverError

- Dialog overlay and content: z-50 β†’ z-[1500] (above toasts)
- ModelSelector: z-[1000] β†’ z-[1020] (above command suggestions)

Z-index hierarchy:
- z-[1000]: ChatInputToast
- z-[1010]: CommandSuggestions
- z-[1020]: ModelSelector
- z-[1500]: Dialog
- z-[2000]: CommandPalette
- z-[9999]: TutorialTooltip
- z-[10000]: KebabMenu, PopoverError

Fixes toast appearing over the Secrets modal dialog.
@chatgpt-codex-connector
Copy link

Codex usage limits have been reached for code reviews. Please check with the admins of this repo to increase the limits by adding credits.
Repo admins can enable using credits for code reviews in their settings.

@ibetitsmike ibetitsmike added this pull request to the merge queue Dec 9, 2025
Merged via the queue into main with commit dfaf29c Dec 9, 2025
18 of 20 checks passed
@ibetitsmike ibetitsmike deleted the fix-issue branch December 9, 2025 12:54
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