diff --git a/frontend/src/components/session/BranchNode.tsx b/frontend/src/components/session/BranchNode.tsx index dd2aa093..9aef80f3 100644 --- a/frontend/src/components/session/BranchNode.tsx +++ b/frontend/src/components/session/BranchNode.tsx @@ -97,8 +97,11 @@ export function BranchNode({ branch, depth, isActive, onClick }: BranchNodeProps {/* Expanded card — floats directly on top of the base card */} {showExpanded && ( <> - {/* Scrim behind to dim everything */} -
+ {/* Scrim behind to dim everything — dismisses on mouse enter */} +
setIsHovered(false)} + /> {/* Expanded card positioned over the original */}