1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
.audioWaveform { position: relative; width: 100%; height: 200%; overflow: hidden; z-index: -1000; bottom: 0px; pointer-events: none; div { height: 100% !important; width: 100% !important; } canvas { height: 100% !important; width: 100% !important; } }