diff --git a/packages/system/package.json b/packages/system/package.json index d356353b..e9e44af3 100644 --- a/packages/system/package.json +++ b/packages/system/package.json @@ -1,6 +1,6 @@ { "name": "@xyflow/system", - "version": "0.0.3", + "version": "0.0.4", "description": "xyflow core system that powers React Flow and Svelte Flow.", "keywords": [ "node-based UI", diff --git a/packages/system/src/styles/init.css b/packages/system/src/styles/init.css index b41e0431..2aac2df2 100644 --- a/packages/system/src/styles/init.css +++ b/packages/system/src/styles/init.css @@ -129,6 +129,7 @@ .xy-flow__connectionline { z-index: 1001; + overflow: visible; } .xy-flow__nodes {