aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/PDFBox.scss
blob: 830dfe6c63556ae0421c37404c7d86f309bf3981 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
.react-pdf__Page {
    transform-origin: left top;
    position: absolute;
    top: 0;
    left:0;
}
.react-pdf__Document {
    position: absolute;
}
.pdfBox-buttonTray {
    position:absolute;
    top: 0;
    left:0;
    z-index: 25;
}
.pdfBox-contentContainer {
    position: absolute;
    transform-origin: left top;
}