refactor(core,edges): add div based edge label renderer
This commit is contained in:
@@ -39,6 +39,13 @@
|
||||
z-index: 5;
|
||||
}
|
||||
|
||||
.vue-flow__edge-labels {
|
||||
position: absolute;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
pointer-events: none;
|
||||
}
|
||||
|
||||
.vue-flow__nodesselection-rect:focus,
|
||||
.vue-flow__nodesselection-rect:focus-visible {
|
||||
outline: none;
|
||||
|
||||
Reference in New Issue
Block a user