diff options
| author | bobzel <zzzman@gmail.com> | 2020-08-09 10:57:25 -0400 |
|---|---|---|
| committer | bobzel <zzzman@gmail.com> | 2020-08-09 10:57:25 -0400 |
| commit | ce3e3b1b217a02a65a3bc4eae5eccb7ca0842fac (patch) | |
| tree | 6e5301986b772bad974f6d4a79069dc7988c6091 /src/client/views/nodes/AudioBox.scss | |
| parent | 98d753d5dd66a646f00bcdf15656f845cd27fb81 (diff) | |
cleaning up AudioBox
Diffstat (limited to 'src/client/views/nodes/AudioBox.scss')
| -rw-r--r-- | src/client/views/nodes/AudioBox.scss | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/client/views/nodes/AudioBox.scss b/src/client/views/nodes/AudioBox.scss index c0743933e..973de979e 100644 --- a/src/client/views/nodes/AudioBox.scss +++ b/src/client/views/nodes/AudioBox.scss @@ -179,7 +179,8 @@ height: 100%; overflow: hidden; z-index: -1000; - bottom: -30%; + bottom: 0; + pointer-events: none; } .audiobox-linker, |
