From ab15a89319e53697a770929ed2ccd732c3d91ed2 Mon Sep 17 00:00:00 2001 From: bobzel Date: Sun, 9 Aug 2020 12:51:04 -0400 Subject: fixed audio box waveform to resize cleanly --- src/client/views/nodes/AudioBox.scss | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'src/client/views/nodes/AudioBox.scss') 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, -- cgit v1.2.3-70-g09d2