diff options
| author | andrewdkim <adkim414@gmail.com> | 2019-08-14 16:08:01 -0400 |
|---|---|---|
| committer | andrewdkim <adkim414@gmail.com> | 2019-08-14 16:08:01 -0400 |
| commit | e04277caf25be1c657a2f779a64eb5fcb4e19461 (patch) | |
| tree | 327c8c1328f88aa56db3760effceacc28a491fe3 /src/client/views/animationtimeline/Timeline.scss | |
| parent | 46f4945d38ca9423f1114fb4c4b4f4a72389a89e (diff) | |
UI improvements, pointerevents, and improved overview
Diffstat (limited to 'src/client/views/animationtimeline/Timeline.scss')
| -rw-r--r-- | src/client/views/animationtimeline/Timeline.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/animationtimeline/Timeline.scss b/src/client/views/animationtimeline/Timeline.scss index e5d898502..1457d5a84 100644 --- a/src/client/views/animationtimeline/Timeline.scss +++ b/src/client/views/animationtimeline/Timeline.scss @@ -8,7 +8,7 @@ } .timeline-toolbox{ - position:absolute; + position:absolute; display:flex; align-items: flex-start; flex-direction: row; |
