fix(Popover): add pointer-events class on opened condition
This commit is contained in:
parent
113366d27c
commit
c1289b63ea
@ -80,8 +80,8 @@ const [popoverContentVariant, resolvePopoverContentVariantProps] = vcn({
|
||||
lg: "[--popover-offset:8px]",
|
||||
},
|
||||
opened: {
|
||||
true: "opacity-1 scale-100", // TODO: add pointer event disable
|
||||
false: "opacity-0 scale-75",
|
||||
true: "opacity-1 scale-100 pointer-events-auto select-auto touch-auto",
|
||||
false: "opacity-0 scale-75 pointer-events-none select-none touch-none",
|
||||
},
|
||||
},
|
||||
defaults: {
|
||||
|
Loading…
x
Reference in New Issue
Block a user