#rootietoottoot-radix-ui-components-modal
1 messages · Page 1 of 1 (latest)
Hello! Do you have a site I can open and try on my end that reproduces the behavior?
No unfortunately this isn't accessible in the open web
What I can share however, is that as you can see, this is stacked modals. The modal behind which contains PaymentElement. So when the new modal launches on top, it isn't possible to interact with it.
The modal below uses Radix UI Primitives. Not sure if that is relevant.
I did go into the element inspector and tried to play with the z-index values of the Stripe Link Accounts modal, but to no avail.
I'm not familiar with Radix UI Primitives, but my guess would be that maybe it's stealing away the focus, preventing you from interacting with our auth modal
I reduced the modal's z-index values and even removed them entirely. It didn't help to bring Stripe's modal into focus though.
I've been at this for hours and I'm out of ideas 😄
Have you asked for suggestions in the radix-ui/primitives github repo (https://github.com/radix-ui/primitives) ? It seems like you're seeing something very similar to this user: https://github.com/radix-ui/primitives/issues/1859#issuecomment-1639999504