diff options
| author | Sam Wilkins <samwilkins333@gmail.com> | 2019-07-01 19:29:27 -0400 |
|---|---|---|
| committer | Sam Wilkins <samwilkins333@gmail.com> | 2019-07-01 19:29:27 -0400 |
| commit | 9a7bfe68acfefea9773e4a4a714a3094b1a4ff2c (patch) | |
| tree | f743c07fd1a2f87d4dcb98b6d7780860490b5123 /src/client/views/nodes/PDFBox.scss | |
| parent | ab2b2317e601b9e440f9c48b4639c143d5187949 (diff) | |
| parent | 6776a8d8d27c38adc5b232aab925c103cc1c59ba (diff) | |
Merge branch 'master' of https://github.com/browngraphicslab/Dash-Web
Diffstat (limited to 'src/client/views/nodes/PDFBox.scss')
| -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; |
