aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/AudioWaveform.scss
blob: 6cbd1759ac6b026abe2b8b1f4a3b08b7a0339dd4 (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: 0;
    pointer-events: none;
    div {
        height: 100% !important;
        width: 100%  !important;
    }
    canvas { 
        height: 100% !important;
        width: 100%  !important;
    }
}