chore(minimap): add missing styles

Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
This commit is contained in:
braks
2022-12-13 16:16:08 +01:00
parent 4b7a96cef9
commit 7140beb799

View File

@@ -2,6 +2,14 @@
background-color: #fff;
}
.vue-flow__minimap.pannable {
cursor: grab;
}
.vue-flow__minimap.dragging {
cursor: grabbing;
}
.vue-flow__minimap-mask.pannable {
cursor: grab;
}