aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/audio/AudioWaveform.scss
blob: c6b0da9c86506827ca067cea930a5d609df0a890 (plain)
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;
    }
}