diff options
| author | andrewdkim <46148447+andrewdkim@users.noreply.github.com> | 2019-03-09 18:37:10 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-03-09 18:37:10 -0500 |
| commit | 36830f4677997ce190e0c18bad7bd5ffbeab86b0 (patch) | |
| tree | 1ff38ba44c3567ed1ef09fc2107da8b4ffb7d1b0 /src/client/views/nodes/PDFBox.scss | |
| parent | b9cfa458a6535e7ee0ff8b81398afa1e123cf458 (diff) | |
| parent | 96eede5f7d1706a3f7ac6ee02a85bb3da217f467 (diff) | |
Merge branch 'master' into audiovideo
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 |
