diff options
author | bob <bcz@cs.brown.edu> | 2019-06-24 13:43:32 -0400 |
---|---|---|
committer | bob <bcz@cs.brown.edu> | 2019-06-24 13:43:32 -0400 |
commit | a5955ff8e8da67c9617f724f8df258b88d63b49e (patch) | |
tree | 127dd645c8a45eae2e020954e96effd595bd25d3 /src/client/views/nodes/PDFBox.scss | |
parent | 6df09d7d646c16e6469b198e7d270b6a1e45b0c7 (diff) |
fixed pdfs for templates.
Diffstat (limited to 'src/client/views/nodes/PDFBox.scss')
-rw-r--r-- | src/client/views/nodes/PDFBox.scss | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/src/client/views/nodes/PDFBox.scss b/src/client/views/nodes/PDFBox.scss index 8bcae4f1e..67f0b817c 100644 --- a/src/client/views/nodes/PDFBox.scss +++ b/src/client/views/nodes/PDFBox.scss @@ -32,10 +32,15 @@ height: 100px; } -.pdfBox-cont { - pointer-events: none; +.pdfBox-cont, .pdfBox-cont-interactive { display: flex; flex-direction: row; + height: 100%; + overflow-y: scroll; + overflow-x: hidden; +} +.pdfBox-cont { + pointer-events: none; .textlayer { pointer-events: none; span { @@ -49,8 +54,6 @@ .pdfBox-cont-interactive { pointer-events: all; - display: flex; - flex-direction: row; .textlayer { span { pointer-events: all !important; |