fix(connectionline): set overflow visible

This commit is contained in:
moklick
2023-08-28 13:09:15 +02:00
parent e30ce0692d
commit c12bcc1332
2 changed files with 2 additions and 1 deletions

View File

@@ -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",

View File

@@ -129,6 +129,7 @@
.xy-flow__connectionline {
z-index: 1001;
overflow: visible;
}
.xy-flow__nodes {