feat(minimap): add nodeStrokeWidth option closes #862

This commit is contained in:
moklick
2021-02-08 11:49:52 +01:00
parent 9fcb597ad2
commit 083991fe2a
3 changed files with 21 additions and 2 deletions
+4
View File
@@ -178,4 +178,8 @@
z-index: 5;
bottom: 10px;
right: 10px;
&-node {
shape-rendering: crispedges;
}
}