diff options
| author | bob <bcz@cs.brown.edu> | 2019-08-07 12:40:45 -0400 |
|---|---|---|
| committer | bob <bcz@cs.brown.edu> | 2019-08-07 12:40:45 -0400 |
| commit | adb91b035bd18ff407ce0b2decc07c779282c008 (patch) | |
| tree | 80a90101d0272019c804786b31a476b97e0a2447 /src/client/views/nodes/PDFBox.scss | |
| parent | d906398528e6ab35bb1b8d9c36de61027380afd9 (diff) | |
added zooming to pdfs
Diffstat (limited to 'src/client/views/nodes/PDFBox.scss')
| -rw-r--r-- | src/client/views/nodes/PDFBox.scss | 3 |
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 { |
