fix: remove fly-in animation from context menu submenus

This commit is contained in:
Linus Rath
2026-05-05 17:21:46 +02:00
parent 7b058ed0ac
commit 94f55afd1f
+1 -4
View File
@@ -238,10 +238,7 @@ export function ContextMenuSubMenu({
{isOpen && (
<div
ref={subMenuRef}
className={cn(
"fixed z-50 min-w-[180px] bg-background rounded-md shadow-lg border border-border",
"animate-in fade-in-0 zoom-in-95 duration-100"
)}
className="fixed z-50 min-w-[180px] bg-background rounded-md shadow-lg border border-border"
style={{
left: subMenuPos?.x ?? 0,
top: subMenuPos?.y ?? 0,