Skip to content

UDrawer applies pointer-events: none to body #4199

@schillerenrico

Description

@schillerenrico

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.

Image

    <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

Image

Metadata

Metadata

Assignees

No one assigned

    Labels

    questionFurther information is requestedv3#1289

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions