-
Notifications
You must be signed in to change notification settings - Fork 611
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Select] Incorrect z-index of select within modal #2347
Comments
I am having the same issue. It is tricky to fix, because since everything is teleported at the |
I managed to fix it using the following configuration
|
Since the SelectMenu is in Modal which is portaled to the body, you might want to set |
Closing for now, feel free to reopen if it didn't solve! |
Using |
Adding |
Environment
Version
3.0.0-alpha.5
Reproduction
https://github.com/EvertonWingert/nuxtui-modal-select-issue
Description
When using a select inside a modal(slideover, drawer), the options list is rendered behind the modal content. This appears to be a z-index issue where the dropdown is not properly layered above the modal.
Additional context
Logs
No response
The text was updated successfully, but these errors were encountered: