fix(react): edge styles

This commit is contained in:
moklick
2024-01-04 13:53:36 +01:00
parent 9e0f974525
commit e6bee0aae6
5 changed files with 23 additions and 10 deletions
+7 -1
View File
@@ -106,6 +106,12 @@
.xy-flow__edges {
position: absolute;
svg {
overflow: visible;
position: absolute;
pointer-events: none;
}
}
.xy-flow__edge {
@@ -156,7 +162,7 @@
}
}
.xy-flow__connectionline {
svg.xy-flow__connectionline {
z-index: 1001;
overflow: visible;
position: absolute;