diff options
author | lonkaars <loek@pipeframe.xyz> | 2021-06-24 16:06:58 +0200 |
---|---|---|
committer | lonkaars <loek@pipeframe.xyz> | 2021-06-24 16:06:58 +0200 |
commit | a4dbd32752d2ae28fe7ff58c676905a17b7f3fcd (patch) | |
tree | 1175772cbcb12e62ab3b4e6401482bb54f0527ed /styles | |
parent | 0fe3b31816a7acaad974ebdd4d15e7aa5a7a8486 (diff) |
selection working again with hookstate :tada:
Diffstat (limited to 'styles')
-rw-r--r-- | styles/editor.css | 5 |
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; |