diff options
| author | Lionel Han <47760119+IGoByJoe@users.noreply.github.com> | 2020-08-09 19:44:00 -0700 |
|---|---|---|
| committer | Lionel Han <47760119+IGoByJoe@users.noreply.github.com> | 2020-08-09 19:44:00 -0700 |
| commit | 020a3bdd02f74a1068b667eaabc070dccf1c7fa1 (patch) | |
| tree | eeb04681a54ccd0f24b4b66122bafaf2af81d77d /src/client/views/nodes/AudioBox.scss | |
| parent | 98d753d5dd66a646f00bcdf15656f845cd27fb81 (diff) | |
| parent | 71aaf0cb07aab3896f6660c81cc7bf888cc07662 (diff) | |
pull
Diffstat (limited to 'src/client/views/nodes/AudioBox.scss')
| -rw-r--r-- | src/client/views/nodes/AudioBox.scss | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/src/client/views/nodes/AudioBox.scss b/src/client/views/nodes/AudioBox.scss index c0743933e..0d787d9af 100644 --- a/src/client/views/nodes/AudioBox.scss +++ b/src/client/views/nodes/AudioBox.scss @@ -179,7 +179,16 @@ height: 100%; overflow: hidden; z-index: -1000; - bottom: -30%; + bottom: 0; + pointer-events: none; + div { + height: 100% !important; + width: 100% !important; + } + canvas { + height: 100% !important; + width: 100% !important; + } } .audiobox-linker, |
