Skip to content

Commit 2e8ca43

Browse files
committed
Added missed styles from the original package
1 parent d2b885b commit 2e8ca43

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
1-
.react-flow .react-flow__edges svg {
1+
// needed styles from "@xyflow/react/dist/style.css" to ensure proper functionality
2+
svg.react-flow__connectionline {
3+
position: absolute;
4+
z-index: 1001;
25
overflow: visible;
6+
}
7+
8+
.react-flow .react-flow__edges svg {
39
position: absolute;
10+
overflow: visible;
411
pointer-events: none;
512
}

0 commit comments

Comments
 (0)