diff options
Diffstat (limited to 'styles/editor.css')
-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; |