diff options
| author | bobzel <zzzman@gmail.com> | 2020-08-09 12:51:04 -0400 |
|---|---|---|
| committer | bobzel <zzzman@gmail.com> | 2020-08-09 12:51:04 -0400 |
| commit | ab15a89319e53697a770929ed2ccd732c3d91ed2 (patch) | |
| tree | 2db538f66c40e2d4bf744543c66e116a13a5affe /src/client/views/nodes/AudioBox.scss | |
| parent | 3ca9aa0d915e9000f78d528fa59639512f8c4d25 (diff) | |
fixed audio box waveform to resize cleanly
Diffstat (limited to 'src/client/views/nodes/AudioBox.scss')
| -rw-r--r-- | src/client/views/nodes/AudioBox.scss | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/client/views/nodes/AudioBox.scss b/src/client/views/nodes/AudioBox.scss index 973de979e..0d787d9af 100644 --- a/src/client/views/nodes/AudioBox.scss +++ b/src/client/views/nodes/AudioBox.scss @@ -181,6 +181,14 @@ z-index: -1000; bottom: 0; pointer-events: none; + div { + height: 100% !important; + width: 100% !important; + } + canvas { + height: 100% !important; + width: 100% !important; + } } .audiobox-linker, |
