diff --git a/src/ui/AppShell.tsx b/src/ui/AppShell.tsx index fbb6c6b3..7e8aee51 100644 --- a/src/ui/AppShell.tsx +++ b/src/ui/AppShell.tsx @@ -2295,6 +2295,7 @@ export function AppShell({ node.style.pointerEvents = activeInline ? "auto" : "none"; node.style.zIndex = activeInline ? "1" : "0"; } else { + node.classList.toggle("motion-workspace-enter", activeInline); node.style.visibility = ""; node.style.pointerEvents = ""; node.style.zIndex = activeInline ? "2" : ""; @@ -2824,7 +2825,7 @@ export function AppShell({