aboutsummaryrefslogtreecommitdiff
path: root/styles/editor.css
diff options
context:
space:
mode:
Diffstat (limited to 'styles/editor.css')
-rw-r--r--styles/editor.css7
1 files changed, 6 insertions, 1 deletions
diff --git a/styles/editor.css b/styles/editor.css
index 8461a5a..1279c72 100644
--- a/styles/editor.css
+++ b/styles/editor.css
@@ -175,7 +175,12 @@
width: calc(var(--zoom) * var(--total-frames) * 1px);
background-color: rgba(0, 0, 255, var(--debug-hitbox-opacity));
}
-#selection { pointer-events: none; }
+#selection {
+ cursor: grab;
+}
+#selection:active {
+ cursor: grabbing;
+}
.appGrid .timeline .ghostArea {
pointer-events: none;