From 875031d63d4679ba8bfb9bc25cc5206c3ffd960b Mon Sep 17 00:00:00 2001 From: shrimbly Date: Sun, 22 Mar 2026 21:48:10 +1300 Subject: [PATCH] fix: move overflow-clip from contentClassName to inner visual wrappers to prevent handle clipping Nodes that passed overflow-clip via contentClassName to BaseNode were clipping their React Flow handles since handles are children of the content div. Moved the clip to inner content wrappers that don't contain handles. Co-Authored-By: Claude Opus 4.6 --- src/components/nodes/AnnotationNode.tsx | 4 ++-- src/components/nodes/GLBViewerNode.tsx | 2 +- src/components/nodes/ImageInputNode.tsx | 4 ++-- src/components/nodes/VideoTrimNode.tsx | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/components/nodes/AnnotationNode.tsx b/src/components/nodes/AnnotationNode.tsx index 021271e9..34b9d4dd 100644 --- a/src/components/nodes/AnnotationNode.tsx +++ b/src/components/nodes/AnnotationNode.tsx @@ -96,7 +96,7 @@ export function AnnotationNode({ id, data, selected }: NodeProps @@ -109,7 +109,7 @@ export function ImageInputNode({ id, data, selected }: NodeProps {nodeData.image ? ( -
+
{nodeData.filename