-
Notifications
You must be signed in to change notification settings - Fork 922
Closed
Labels
Description
Description
Hello, I use the UDrawer as following and still get a pointer-events none on the body. I thought "no-body-styles" should prevent it from happening.
<UDrawer
:overlay="false"
v-model:open="openDrawer"
:dismissible="false"
:handle="false"
:no-body-styles="true"
:ui="{
content: 'bg-zinc-900',
}"
>
And the second thing is getting a warning for missing title. But in my case - I dont need a title

