aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/GestureOverlay.scss
blob: 31601efd42c3437d3d5aa10a547a5b68a1f66c9e (plain)
1
2
3
4
5
6
7
8
.gestureOverlay-cont {
    width: 100vw;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
    touch-action: none;
}