diff options
author | lonkaars <loek@pipeframe.xyz> | 2021-06-13 13:31:55 +0200 |
---|---|---|
committer | lonkaars <loek@pipeframe.xyz> | 2021-06-13 13:31:55 +0200 |
commit | 421b3191fd692ef01fbc4356132f9745ef087700 (patch) | |
tree | 0620c0320258a7a6bbcf828c3c8dfba070909523 /styles/editor.css | |
parent | eee30e2556e555affbd0f3034b4b2089352cea7c (diff) |
selection in timeline working sorta
Diffstat (limited to 'styles/editor.css')
-rw-r--r-- | styles/editor.css | 4 |
1 files changed, 4 insertions, 0 deletions
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; |