aboutsummaryrefslogtreecommitdiff
path: root/styles/editor.css
diff options
context:
space:
mode:
Diffstat (limited to 'styles/editor.css')
-rw-r--r--styles/editor.css5
1 files changed, 5 insertions, 0 deletions
diff --git a/styles/editor.css b/styles/editor.css
index 3263c19..a14adb3 100644
--- a/styles/editor.css
+++ b/styles/editor.css
@@ -299,6 +299,11 @@
cursor: grabbing;
}
+#selection {
+ left: calc(var(--zoom) * (var(--starting-frame) + var(--center)) * 1px - 6px + var(--start-offset) * 1px);
+ top: calc((var(--y) - 6) * 1px);
+}
+
.appGrid .timeline .ghostArea {
pointer-events: none;
line-height: 0;