diff options
| author | bob <bcz@cs.brown.edu> | 2019-03-08 09:21:18 -0500 |
|---|---|---|
| committer | bob <bcz@cs.brown.edu> | 2019-03-08 09:21:18 -0500 |
| commit | 4796d17b089824df4455788c564414526c08eaa4 (patch) | |
| tree | 6409872973bc6c1fc8b8e1d2cd328207ed87a83a /src/client/views/nodes/PDFBox.scss | |
| parent | 58a189d13061cdf4b7561c30bad9e1230a57eeff (diff) | |
merged with master
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 |
