From fce479419c4f6b61f181257d69e5ac43f63ef7fe Mon Sep 17 00:00:00 2001 From: lonkaars Date: Sun, 13 Jun 2021 18:44:59 +0200 Subject: this is the sauce selection --- styles/editor.css | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'styles/editor.css') diff --git a/styles/editor.css b/styles/editor.css index fc56488..792db3f 100644 --- a/styles/editor.css +++ b/styles/editor.css @@ -169,9 +169,8 @@ width: calc(var(--zoom) * var(--total-frames) * 1px); } -.appGrid .timeline .keyframes .selectionarea { - width: calc(var(--zoom) * var(--total-frames) * 1px); -} +.appGrid .timeline .keyframes .selectionarea { width: calc(var(--zoom) * var(--total-frames) * 1px); } +#selection { pointer-events: none; } .appGrid .timeline .ghostArea { pointer-events: none; -- cgit v1.2.3