diff options
author | lonkaars <loek@pipeframe.xyz> | 2021-05-25 20:32:07 +0200 |
---|---|---|
committer | lonkaars <loek@pipeframe.xyz> | 2021-05-25 20:32:07 +0200 |
commit | 45a4cda8d9d5b205804216b9089918f1718b96f4 (patch) | |
tree | 13aaa81a3d8724a7c3bc926c10e267af41a309dd /styles/editor.css | |
parent | 4562c60cf284a97ae1fa861480b0916f5fb7c453 (diff) |
keyframe placement :tada:
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 7eda309..a333a56 100644 --- a/styles/editor.css +++ b/styles/editor.css @@ -217,6 +217,10 @@ white-space: nowrap; } +.appGrid .timeline .timelineInner.blur { + pointer-events: none; +} + .timeline .scrubber { width: 2px; overflow: visible; |