diff options
| author | Lionel Han <47760119+IGoByJoe@users.noreply.github.com> | 2020-08-05 04:08:01 -0700 |
|---|---|---|
| committer | Lionel Han <47760119+IGoByJoe@users.noreply.github.com> | 2020-08-05 04:08:01 -0700 |
| commit | 4062563cdc4606d9513ab7f9d0524e92a6e90305 (patch) | |
| tree | cdddf167d3506d89043c2c025c25d80546ca8f54 /src/client/views/nodes/AudioBox.scss | |
| parent | 2f12e2d6945c51eb7df961443fe5d06b10577659 (diff) | |
made waveform resizable (still have progress bar bug)
Diffstat (limited to 'src/client/views/nodes/AudioBox.scss')
| -rw-r--r-- | src/client/views/nodes/AudioBox.scss | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/client/views/nodes/AudioBox.scss b/src/client/views/nodes/AudioBox.scss index 9065966d7..306062ced 100644 --- a/src/client/views/nodes/AudioBox.scss +++ b/src/client/views/nodes/AudioBox.scss @@ -148,6 +148,7 @@ border: gray solid 1px; border-radius: 3px; z-index: 1000; + overflow: hidden; .audiobox-current { width: 1px; @@ -162,7 +163,8 @@ width: 100%; height: 100%; overflow: hidden; - z-index: 0; + z-index: -1000; + bottom: -30%; } .audiobox-linker, |
