From 421b3191fd692ef01fbc4356132f9745ef087700 Mon Sep 17 00:00:00 2001 From: lonkaars Date: Sun, 13 Jun 2021 13:31:55 +0200 Subject: selection in timeline working sorta --- styles/editor.css | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'styles') diff --git a/styles/editor.css b/styles/editor.css index a333a56..fc56488 100644 --- a/styles/editor.css +++ b/styles/editor.css @@ -169,6 +169,10 @@ width: calc(var(--zoom) * var(--total-frames) * 1px); } +.appGrid .timeline .keyframes .selectionarea { + width: calc(var(--zoom) * var(--total-frames) * 1px); +} + .appGrid .timeline .ghostArea { pointer-events: none; line-height: 0; -- cgit v1.2.3