fix(connectionline): set overflow visible
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@xyflow/system",
|
"name": "@xyflow/system",
|
||||||
"version": "0.0.3",
|
"version": "0.0.4",
|
||||||
"description": "xyflow core system that powers React Flow and Svelte Flow.",
|
"description": "xyflow core system that powers React Flow and Svelte Flow.",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"node-based UI",
|
"node-based UI",
|
||||||
|
|||||||
@@ -129,6 +129,7 @@
|
|||||||
|
|
||||||
.xy-flow__connectionline {
|
.xy-flow__connectionline {
|
||||||
z-index: 1001;
|
z-index: 1001;
|
||||||
|
overflow: visible;
|
||||||
}
|
}
|
||||||
|
|
||||||
.xy-flow__nodes {
|
.xy-flow__nodes {
|
||||||
|
|||||||
Reference in New Issue
Block a user