diff options
| author | bobzel <zzzman@gmail.com> | 2021-01-26 01:38:55 -0500 |
|---|---|---|
| committer | bobzel <zzzman@gmail.com> | 2021-01-26 01:38:55 -0500 |
| commit | 20add09510fb02b144d421910a56d3f3896b1f90 (patch) | |
| tree | 6cea1b9339afe4f8d6efab6499bc8037fbb0e2f4 /src/client/views/nodes/AudioBox.scss | |
| parent | 0a48a55afd868b0cc3f298407a4b4882c4ee9bd2 (diff) | |
preparing to unify VideoBox timeline with AudioBox timeline. changed names from videoStart/audioStart,End to anchorStart,EndTime and _displayTimecode to _timecodeToShow etc
Diffstat (limited to 'src/client/views/nodes/AudioBox.scss')
| -rw-r--r-- | src/client/views/nodes/AudioBox.scss | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/client/views/nodes/AudioBox.scss b/src/client/views/nodes/AudioBox.scss index 93cdbbb09..4a1cee721 100644 --- a/src/client/views/nodes/AudioBox.scss +++ b/src/client/views/nodes/AudioBox.scss @@ -159,9 +159,8 @@ } .audiobox-timeline { - position: relative; + position: absolute; width: 100%; - background: white; border: gray solid 1px; border-radius: 3px; z-index: 1000; |
