From c12bcc13322f1730d940ac2d6ec63abe452965c9 Mon Sep 17 00:00:00 2001 From: moklick Date: Mon, 28 Aug 2023 13:09:15 +0200 Subject: [PATCH] fix(connectionline): set overflow visible --- packages/system/package.json | 2 +- packages/system/src/styles/init.css | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) 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 {