From a4dbd32752d2ae28fe7ff58c676905a17b7f3fcd Mon Sep 17 00:00:00 2001 From: lonkaars Date: Thu, 24 Jun 2021 16:06:58 +0200 Subject: selection working again with hookstate :tada: --- styles/editor.css | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'styles/editor.css') 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; -- cgit v1.2.3