aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/PDFBox.scss
diff options
context:
space:
mode:
authorbob <bcz@cs.brown.edu>2019-09-26 17:35:31 -0400
committerbob <bcz@cs.brown.edu>2019-09-26 17:35:31 -0400
commit9ee90b29a63d7f83d5ad81283335f3a27443c049 (patch)
tree8d7527e58b541b9e63249614205b95f5570a2092 /src/client/views/nodes/PDFBox.scss
parent29dec8b7e547d75983d4533862726692fabbabd1 (diff)
rendering adjustments for pdfs for speed/readability
Diffstat (limited to 'src/client/views/nodes/PDFBox.scss')
-rw-r--r--src/client/views/nodes/PDFBox.scss4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/client/views/nodes/PDFBox.scss b/src/client/views/nodes/PDFBox.scss
index d82bcf02f..69c4397aa 100644
--- a/src/client/views/nodes/PDFBox.scss
+++ b/src/client/views/nodes/PDFBox.scss
@@ -6,6 +6,7 @@
width:100%;
overflow: hidden;
position:absolute;
+ z-index: -1;
}
.pdfBox-cont {
@@ -38,6 +39,7 @@
position: absolute;
right: 0;
top: 3;
+ pointer-events: all;
.pdfBox-settingsButton {
border-bottom-left-radius: 50%;
@@ -109,6 +111,7 @@
padding: 20px;
overflow: hidden;
transition: left .5s;
+ pointer-events: all;
.pdfBox-searchBar {
width: 70%;
@@ -125,6 +128,7 @@
background: none;
padding: 0;
position: absolute;
+ pointer-events: all;
.pdfBox-overlayButton-arrow {
width: 0;