fixed cursor when making selection box
This commit is contained in:
@@ -69,10 +69,6 @@
|
||||
.xy-flow__pane {
|
||||
z-index: 1;
|
||||
|
||||
&.selection {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
&.draggable {
|
||||
cursor: grab;
|
||||
}
|
||||
@@ -80,6 +76,10 @@
|
||||
&.dragging {
|
||||
cursor: grabbing;
|
||||
}
|
||||
|
||||
&.selection {
|
||||
cursor: pointer;
|
||||
}
|
||||
}
|
||||
|
||||
.xy-flow__viewport {
|
||||
|
||||
Reference in New Issue
Block a user