feat: clickable modal header
This commit is contained in:
parent
d11cc27985
commit
ad97c3b784
|
|
@ -215,7 +215,7 @@ export const ModalInternal: Component<{
|
|||
<div
|
||||
ref={edgeElementRef}
|
||||
className={cn(
|
||||
"fixed inset-0 z-20 overflow-auto",
|
||||
"no-drag-region fixed inset-0 z-20 overflow-auto",
|
||||
currentIsClosing ? "!pointer-events-none" : "!pointer-events-auto",
|
||||
modalContainerClassName,
|
||||
)}
|
||||
|
|
|
|||
Loading…
Reference in New Issue