You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: