Fix window drag above cmd+k

This commit is contained in:
Gregory Schier
2024-06-10 23:24:03 -07:00
parent 6e4ee0045f
commit 06707ed54c

View File

@@ -59,12 +59,7 @@ export function Dialog({
vAlign === 'center' && 'justify-center',
)}
>
<div
role="dialog"
aria-labelledby={titleId}
aria-describedby={descriptionId}
className="pointer-events-auto"
>
<div role="dialog" aria-labelledby={titleId} aria-describedby={descriptionId}>
<motion.div
initial={{ top: 5, scale: 0.97 }}
animate={{ top: 0, scale: 1 }}