Set z-index via CSS

This commit is contained in:
RunDevelopment
2022-05-22 12:13:31 +02:00
parent b2ccf1d002
commit 225298447d
2 changed files with 5 additions and 10 deletions
+4
View File
@@ -36,6 +36,10 @@
overflow: visible;
}
.react-flow .react-flow__connectionline {
z-index: 1001;
}
.react-flow__edge {
pointer-events: visibleStroke;