feat(additional-components): add maskStrokeColor and maskStrokeWidth props to MiniMap

This commit is contained in:
braks
2022-11-15 17:38:00 +01:00
committed by Braks
parent bce493cfe5
commit e87bb535e3
3 changed files with 21 additions and 2 deletions
+6
View File
@@ -108,6 +108,12 @@
background-color: #fff;
}
.vue-flow__minimap-mask {
&.pannable {
cursor: grab;
}
}
.vue-flow__controls {
box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.08);