docs(examples): add edge markers example
Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
.vue-flow__handle {
|
||||
opacity: 0;
|
||||
height: 0 !important;
|
||||
width: 0 !important;
|
||||
min-width: 0 !important;
|
||||
min-height: 0 !important;
|
||||
}
|
||||
|
||||
.vue-flow__edges {
|
||||
z-index: 9999 !important;
|
||||
}
|
||||
Reference in New Issue
Block a user