aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/PDFBox.scss
diff options
context:
space:
mode:
authorbob <bcz@cs.brown.edu>2019-08-07 12:40:45 -0400
committerbob <bcz@cs.brown.edu>2019-08-07 12:40:45 -0400
commitadb91b035bd18ff407ce0b2decc07c779282c008 (patch)
tree80a90101d0272019c804786b31a476b97e0a2447 /src/client/views/nodes/PDFBox.scss
parentd906398528e6ab35bb1b8d9c36de61027380afd9 (diff)
added zooming to pdfs
Diffstat (limited to 'src/client/views/nodes/PDFBox.scss')
-rw-r--r--src/client/views/nodes/PDFBox.scss3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/client/views/nodes/PDFBox.scss b/src/client/views/nodes/PDFBox.scss
index a1bab0409..c88a94c28 100644
--- a/src/client/views/nodes/PDFBox.scss
+++ b/src/client/views/nodes/PDFBox.scss
@@ -5,6 +5,9 @@
height: 100%;
overflow-y: scroll;
overflow-x: hidden;
+ .pdfBox-scrollHack {
+ pointer-events: none;
+ }
}
.pdfBox-cont {