Skip to content
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

Can't use Plaid Link in Mobile Menu #52

Open
eprisr opened this issue Aug 26, 2024 · 1 comment
Open

Can't use Plaid Link in Mobile Menu #52

eprisr opened this issue Aug 26, 2024 · 1 comment

Comments

@eprisr
Copy link

eprisr commented Aug 26, 2024

It seems to be a z-index issue as I can use the nav while Plaid is open by clicking where the plaid pop-up and menu item intersect. Hitting the Plaid continue button, but outside the mobile menu closes both the menu and Plaid as well. I changed the z-index of the sheet overlay-0 since -1 puts it behind all content. I checked the Plaid popup, and it appears to be z-index of 2147483647 which baffles me even more because it seems that would place it on top of all other content. Any suggestions on how to get this to work inside of a shadcn-ui sheet?

P.S. I don't know why this appears as a comment instead of a description. Editing doesn't give me a description box either.

@eprisr
Copy link
Author

eprisr commented Aug 26, 2024

Add modal={false} to the <Sheet /> component https://www.radix-ui.com/primitives/docs/components/dialog#api-reference

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

No branches or pull requests

3 participants
@eprisr and others