diff options
| author | bobzel <zzzman@gmail.com> | 2021-11-08 11:07:05 -0500 |
|---|---|---|
| committer | bobzel <zzzman@gmail.com> | 2021-11-08 11:07:05 -0500 |
| commit | 1f94d6b33f81b1b2e6140f58f4de749eb4e74478 (patch) | |
| tree | 1f7cc84037c48a92cdd19e7e6a58e90a2ffb6c74 /src/client/views/nodes/AudioBox.scss | |
| parent | bcae1802bc5277811476ce968a337813a7841fb6 (diff) | |
fixed vertical height of timeline for video. fixed initial display of timeline by not assigning clipEnd in DidMount
Diffstat (limited to 'src/client/views/nodes/AudioBox.scss')
| -rw-r--r-- | src/client/views/nodes/AudioBox.scss | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/client/views/nodes/AudioBox.scss b/src/client/views/nodes/AudioBox.scss index 458d607a5..681a6b022 100644 --- a/src/client/views/nodes/AudioBox.scss +++ b/src/client/views/nodes/AudioBox.scss @@ -180,13 +180,14 @@ .audiobox-playback { width: 100%; - height: calc(100% - 50px); + height: 100%; background: $white; .audiobox-timeline { - height: 100%; + height: calc(100% - 50px); width: 100%; background: $white; + position: absolute; } .audiobox-timeline > div { |
