vaul
vaul copied to clipboard
Is there a way to not block the inputs outside the modal?
I'm trying to use Vaul as a bottom-sheet that sticks to the bottom whilst also being able to interact with the DOM elements behind it. Is this possible?
Some usecases. I guess something that's featured on emilkowalski's website: https://emilkowal.ski/ui/building-a-drawer-component
Video: https://emilkowal.ski/vaul-post/apple-maps.mp4
Setting modal to false in Drawer.Root doesn't solve this??
I believe there is currently a bug (which I'm about to file and fix) w non-modal. By not "also being able to interact with the DOM elements", do you mean that the drawer closes on (some) mouse clicks?
#332 Should fix this.