diff options
| author | madelinegr <mgriswold99@gmail.com> | 2019-03-09 19:43:39 -0500 |
|---|---|---|
| committer | madelinegr <mgriswold99@gmail.com> | 2019-03-09 19:43:39 -0500 |
| commit | aa940317263f8425e4bebb2b155b6d5e8543a022 (patch) | |
| tree | 2bdf674176eda3a42b214ea274926bc8dced4871 /src/client/views/nodes/PDFBox.scss | |
| parent | 604c79c214ac37059346139024aa199bb47cd877 (diff) | |
| parent | 74f216770159ba405c0063f20a62769e48c89691 (diff) | |
mer con
Diffstat (limited to 'src/client/views/nodes/PDFBox.scss')
| -rw-r--r-- | src/client/views/nodes/PDFBox.scss | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/src/client/views/nodes/PDFBox.scss b/src/client/views/nodes/PDFBox.scss new file mode 100644 index 000000000..9f92410d4 --- /dev/null +++ b/src/client/views/nodes/PDFBox.scss @@ -0,0 +1,15 @@ +.react-pdf__Page { + transform-origin: left top; + position: absolute; +} +.react-pdf__Document { + position: absolute; +} +.pdfBox-buttonTray { + position:absolute; + z-index: 25; +} +.pdfBox-contentContainer { + position: absolute; + transform-origin: "left top"; +}
\ No newline at end of file |
