aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/CollectionFreeFormDocumentView.scss
blob: f99011b8fe96ad0534547a34575d5269a222b1b1 (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;
}