diff options
| author | Stanley Yip <33562077+yipstanley@users.noreply.github.com> | 2019-07-01 14:21:38 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-07-01 14:21:38 -0400 |
| commit | 71b09a0f1a6053e280dec8da8f7f31bba90f5ef9 (patch) | |
| tree | 6219db8629a5e4bcc77eeec1e4bbcf896d633b46 /src/client/views/nodes | |
| parent | 5c9983880f34bf6949a01035ba1e3fcb9c75ec99 (diff) | |
| parent | b5fb490408830eb0e0e010bbb89f53e8990a1cef (diff) | |
Merge pull request #180 from browngraphicslab/pdf_fixes
Pdf fixes
Diffstat (limited to 'src/client/views/nodes')
| -rw-r--r-- | src/client/views/nodes/PDFBox.scss | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/client/views/nodes/PDFBox.scss b/src/client/views/nodes/PDFBox.scss index 9a38d6241..e7655d598 100644 --- a/src/client/views/nodes/PDFBox.scss +++ b/src/client/views/nodes/PDFBox.scss @@ -32,15 +32,18 @@ height: 100px; } -.pdfBox-cont, .pdfBox-cont-interactive { +.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; |
