fix(react): edge styles
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -43,12 +43,6 @@
|
||||
--xy-controls-box-shadow-default: 0 0 2px 1px rgba(0, 0, 0, 0.08);
|
||||
}
|
||||
|
||||
.xy-flow__edges svg {
|
||||
overflow: visible;
|
||||
position: absolute;
|
||||
pointer-events: none;
|
||||
}
|
||||
|
||||
.xy-flow__edge {
|
||||
&.updating {
|
||||
.xy-flow__edge-path {
|
||||
|
||||
Reference in New Issue
Block a user