Skip to content

Commit 706c5a1

Browse files
committed
fix clash of react flow edge svg styles with styles of icons used in edge labels
1 parent 1c03849 commit 706c5a1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.react-flow .react-flow__edges svg {
1+
.react-flow__edges svg:not(.#{$eccgui}-icon) {
22
position: absolute;
33
overflow: visible;
44
pointer-events: none;

0 commit comments

Comments
 (0)