feat(core): implement figma controls
Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
This commit is contained in:
@@ -24,6 +24,10 @@
|
||||
&.dragging {
|
||||
cursor: grabbing;
|
||||
}
|
||||
|
||||
&.selection {
|
||||
cursor: pointer;
|
||||
}
|
||||
}
|
||||
|
||||
.vue-flow__transformationpane {
|
||||
@@ -36,8 +40,8 @@
|
||||
z-index: 4;
|
||||
}
|
||||
|
||||
.vue-flow__selectionpane {
|
||||
z-index: 5;
|
||||
.vue-flow__selection {
|
||||
z-index: 6;
|
||||
}
|
||||
|
||||
.vue-flow__edge-labels {
|
||||
|
||||
Reference in New Issue
Block a user