We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 749a08d commit bc2bafaCopy full SHA for bc2bafa
1 file changed
src/extensions/react-flow/_react-flow_v12.scss
@@ -1,13 +1,15 @@
1
-.react-flow__edges svg:not(.#{$eccgui}-icon) {
+// needed styles from "@xyflow/react/dist/style.css" to ensure proper functionality
2
+
3
+svg.react-flow__connectionline {
4
position: absolute;
5
+ z-index: 1001;
6
overflow: visible;
- pointer-events: none;
7
}
8
-svg.react-flow__connectionline {
9
+.react-flow .react-flow__edges svg {
10
- z-index: 1001;
11
12
+ pointer-events: none;
13
14
15
.react-flow__background-pattern {
0 commit comments