blob: 7f0a39550293df159beb8232017206d6d510d2d0 (
plain)
1
2
3
4
5
6
7
8
9
|
.collectionFreeFormDocumentView-container {
transform-origin: 50% 50%;
position: absolute;
background-color: transparent;
touch-action: manipulation;
top: 0;
left: 0;
pointer-events: none;
}
|