Marco
Marco
I encountered the same problem. I resolved with minimal changes, I simply added a context that wraps the Root component return: ``` // credenza.tsx import { createContext, useContext } from...
Already fixed by #16 some time ago
would love this functionality
Any update on this?
Could be cool. For the Drawer part is pretty easy, just use the the DrawerPrimitive.NestedRoot from vaul ``` drawer.tsx // add this: const DrawerNested = ({ shouldScaleBackground = true, ...props...
I came across also to this Stackable Dialogs from [Dialog Stack KiboUI](https://www.kibo-ui.com/components/dialog-stack)