diff options
author | lonkaars <loek@pipeframe.xyz> | 2021-06-13 18:44:59 +0200 |
---|---|---|
committer | lonkaars <loek@pipeframe.xyz> | 2021-06-13 18:44:59 +0200 |
commit | fce479419c4f6b61f181257d69e5ac43f63ef7fe (patch) | |
tree | de39ac77e757becbc5f678de98c0ffd14a181746 /styles/editor.css | |
parent | 1b4a0b417c6f346016c09a665fab5b554c6c1618 (diff) |
this is the sauce selection
Diffstat (limited to 'styles/editor.css')
-rw-r--r-- | styles/editor.css | 5 |
1 files changed, 2 insertions, 3 deletions
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; |