wip: multiple edge renderers

This commit is contained in:
Christopher Möller
2021-11-03 17:51:39 +01:00
parent 7333873822
commit 79e46d90ad
10 changed files with 201 additions and 275 deletions
+7 -2
View File
@@ -38,7 +38,6 @@
top: 0;
left: 0;
pointer-events: none;
z-index: 2;
}
.react-flow__edge {
@@ -87,7 +86,6 @@
height: 100%;
pointer-events: none;
transform-origin: 0 0;
z-index: 3;
}
.react-flow__node {
@@ -186,3 +184,10 @@
bottom: 10px;
right: 10px;
}
.react-flow__container {
position: absolute;
width: 100%;
height: 100%;
pointer-events: none;
}