fix(connectionline): set overflow visible
This commit is contained in:
@@ -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",
|
||||
|
||||
@@ -129,6 +129,7 @@
|
||||
|
||||
.xy-flow__connectionline {
|
||||
z-index: 1001;
|
||||
overflow: visible;
|
||||
}
|
||||
|
||||
.xy-flow__nodes {
|
||||
|
||||
Reference in New Issue
Block a user