fixed cursor when making selection box

This commit is contained in:
peterkogo
2024-08-19 16:25:58 +02:00
parent 99985b5202
commit 8bbcc14fdc

View File

@@ -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 {