aboutsummaryrefslogtreecommitdiff
path: root/styles/editor.css
diff options
context:
space:
mode:
authorlonkaars <loek@pipeframe.xyz>2021-06-24 16:06:58 +0200
committerlonkaars <loek@pipeframe.xyz>2021-06-24 16:06:58 +0200
commita4dbd32752d2ae28fe7ff58c676905a17b7f3fcd (patch)
tree1175772cbcb12e62ab3b4e6401482bb54f0527ed /styles/editor.css
parent0fe3b31816a7acaad974ebdd4d15e7aa5a7a8486 (diff)
selection working again with hookstate :tada:
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;