mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-04-23 09:08:32 +02:00
Fix window drag above cmd+k
This commit is contained in:
@@ -59,12 +59,7 @@ export function Dialog({
|
|||||||
vAlign === 'center' && 'justify-center',
|
vAlign === 'center' && 'justify-center',
|
||||||
)}
|
)}
|
||||||
>
|
>
|
||||||
<div
|
<div role="dialog" aria-labelledby={titleId} aria-describedby={descriptionId}>
|
||||||
role="dialog"
|
|
||||||
aria-labelledby={titleId}
|
|
||||||
aria-describedby={descriptionId}
|
|
||||||
className="pointer-events-auto"
|
|
||||||
>
|
|
||||||
<motion.div
|
<motion.div
|
||||||
initial={{ top: 5, scale: 0.97 }}
|
initial={{ top: 5, scale: 0.97 }}
|
||||||
animate={{ top: 0, scale: 1 }}
|
animate={{ top: 0, scale: 1 }}
|
||||||
|
|||||||
Reference in New Issue
Block a user