feat: handle selection mode properly. Up z-index for selection box.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user