refactor(floating-edges-example): comments and cleanup

This commit is contained in:
moklick
2021-10-14 12:29:05 +02:00
parent ab2391fd51
commit ceb96201de
5 changed files with 74 additions and 55 deletions
+9
View File
@@ -0,0 +1,9 @@
.floatingedges {
flex-direction: column;
display: flex;
height: 100%;
}
.floatingedges .react-flow__handle {
opacity: 0;
}