diff options
| author | yipstanley <stanley_yip@brown.edu> | 2019-07-01 13:12:10 -0400 |
|---|---|---|
| committer | yipstanley <stanley_yip@brown.edu> | 2019-07-01 13:12:10 -0400 |
| commit | 2b6e76fb60d4dafd1c5383f21f870542cc808aff (patch) | |
| tree | 1cfe00f922e5adf25a47a8f080653f122444a893 /src/client/views/nodes/PDFBox.scss | |
| parent | fc50df38df449f45d1a75ce3baee6b3755ea8d5a (diff) | |
small changes
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; |
