feat: handle selection mode properly. Up z-index for selection box.

This commit is contained in:
Jack Fishwick
2022-11-22 10:55:06 +00:00
parent 45c407755f
commit 55811169da
4 changed files with 38 additions and 38 deletions
+4
View File
@@ -30,6 +30,10 @@
z-index: 5;
}
.react-flow__selection {
z-index: 6;
}
.react-flow__nodesselection-rect:focus,
.react-flow__nodesselection-rect:focus-visible {
outline: none;