diff options
| author | Lionel Han <47760119+IGoByJoe@users.noreply.github.com> | 2020-08-03 12:37:32 -0700 |
|---|---|---|
| committer | Lionel Han <47760119+IGoByJoe@users.noreply.github.com> | 2020-08-03 12:37:32 -0700 |
| commit | e25afb5fe507ff13cb6e863c07032d9d9dcc864b (patch) | |
| tree | 798bda1a85daaed4f98dc2bfa4e81545e890579d /src/client/views/nodes/AudioBox.scss | |
| parent | 58f75d38dcfd113c90e4e27e55468d06412c653e (diff) | |
added timestamps and added delete for markers and changed the way markers are rendered
Diffstat (limited to 'src/client/views/nodes/AudioBox.scss')
| -rw-r--r-- | src/client/views/nodes/AudioBox.scss | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/views/nodes/AudioBox.scss b/src/client/views/nodes/AudioBox.scss index 35ab5da8b..0ea4b37cb 100644 --- a/src/client/views/nodes/AudioBox.scss +++ b/src/client/views/nodes/AudioBox.scss @@ -148,6 +148,7 @@ width: 100%; height: 100%; overflow: hidden; + z-index: 0; } .audiobox-linker, |
