blob: 300533df8a69f0d2c755fcf40d79afb9e665fb07 (
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: 0px;
left: 0px;
pointer-events: none;
}
|