diff options
| author | usodhi <61431818+usodhi@users.noreply.github.com> | 2021-01-27 00:00:39 -0500 |
|---|---|---|
| committer | usodhi <61431818+usodhi@users.noreply.github.com> | 2021-01-27 00:00:39 -0500 |
| commit | e3db0536ad0086a328ee353be1c4dfd34ba03e02 (patch) | |
| tree | e0479af2bde1e262d6749bf2c8758e920b0ee5a9 /src/client/views/nodes/AudioBox.scss | |
| parent | 720958ce62337e719a77f2ce43847011a35b6d09 (diff) | |
| parent | eb2e88ef810eed9c1d31b3b2fdc3ba848f067c53 (diff) | |
merged
Diffstat (limited to 'src/client/views/nodes/AudioBox.scss')
| -rw-r--r-- | src/client/views/nodes/AudioBox.scss | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/src/client/views/nodes/AudioBox.scss b/src/client/views/nodes/AudioBox.scss index 93cdbbb09..4a3bbf8d8 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; @@ -342,7 +341,7 @@ .audiobox-marker { position: relative; - height: calc(100% - 8px); + height: 100%; margin-top: 8px; } } @@ -351,14 +350,14 @@ .current-time { position: absolute; font-size: 8; - top: calc(100% - 8px); + top: 100%; left: 30px; color: white; } .total-time { position: absolute; - top: calc(100% - 8px); + top: 100%; font-size: 8; right: 2px; color: white; |
