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

.mobileInkOverlay {
    border: 5px dashed red;
}