uixmat / onborda

An onboarding wizard flow / product tour for Next.js animated by framer motion
https://onborda.dev
878 stars 32 forks source link

Does not work with shadcn drawer/vaul #26

Open ShivamMetricoid opened 1 month ago

ShivamMetricoid commented 1 month ago

I want to show it over the drawer. The pointer, card or overlay doesnt show over drawer. https://ui.shadcn.com/docs/components/drawer

ARiyou2000 commented 1 week ago

I have a similar issue with Dialog.

I don't think it's broken, but it probably has an issue with the z-index or the content being rendered as a sibling and not a child of OnbordaProvider

I just took a quick look at the source code of the project and the z-index is 999 but I'm still unsure and need to dive deeper to reel out the possibility.

uixmat commented 1 week ago

looking into this!