Skip to content

Commit bc2bafa

Browse files
fiorsaoirsehaschek
authored andcommitted
Added missed styles from the original package
1 parent 749a08d commit bc2bafa

1 file changed

Lines changed: 6 additions & 4 deletions

File tree

src/extensions/react-flow/_react-flow_v12.scss

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,15 @@
1-
.react-flow__edges svg:not(.#{$eccgui}-icon) {
1+
// needed styles from "@xyflow/react/dist/style.css" to ensure proper functionality
2+
3+
svg.react-flow__connectionline {
24
position: absolute;
5+
z-index: 1001;
36
overflow: visible;
4-
pointer-events: none;
57
}
68

7-
svg.react-flow__connectionline {
9+
.react-flow .react-flow__edges svg {
810
position: absolute;
9-
z-index: 1001;
1011
overflow: visible;
12+
pointer-events: none;
1113
}
1214

1315
.react-flow__background-pattern {

0 commit comments

Comments
 (0)