aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/VideoBox.scss
blob: 35db64cf4d4971d4ea20c1c897dd10a3332f0d85 (plain)
1
2
3
4
5
6
7
8
.videoBox-cont, .videoBox-cont-fullScreen{
    width: 100%; 
    height: Auto; 
}

.videoBox-cont-fullScreen {
    pointer-events: all;
}