From 4cb976c384ae02437a84e63972a8db55d4c4373d Mon Sep 17 00:00:00 2001 From: shrimbly Date: Thu, 12 Mar 2026 21:44:33 +1300 Subject: [PATCH] fix: remove paint containment that clips node handles at edges contain: paint clips rendering at the element boundary like overflow: hidden, cutting off connection handles. Keep layout and style containment for performance without the clipping side effect. Co-Authored-By: Claude Opus 4.6 --- src/components/nodes/BaseNode.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/nodes/BaseNode.tsx b/src/components/nodes/BaseNode.tsx index 51a2135b..a5c70096 100644 --- a/src/components/nodes/BaseNode.tsx +++ b/src/components/nodes/BaseNode.tsx @@ -305,7 +305,7 @@ export function BaseNode({ setHoveredNodeId(null); }} > -
{children}
+
{children}
{settingsPanel && (