aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/CollectionFreeFormDocumentView.scss
blob: 7243940254ca78955e2e2aa9b4a3c1b0ac92d5f1 (plain)
1
2
3
4
5
6
7
8
9
.collectionFreeFormDocumentView-container {
    transform-origin: left top;
    position: absolute;
    background-color: transparent;
    touch-action: manipulation;
    top: 0;
    left: 0;
    pointer-events: none;
}