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

.clipboardDoc-cont {
    position: absolute;
    width: 300px;
    height: 300px;
}

.filter-cont {
    position: absolute;
    background-color: transparent;
    border: 1px solid black;
}