aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/PDFBox.scss
diff options
context:
space:
mode:
authorbob <bcz@cs.brown.edu>2019-09-25 17:53:05 -0400
committerbob <bcz@cs.brown.edu>2019-09-25 17:53:05 -0400
commit4fcd809dde18603d978013af59392e7016662070 (patch)
tree8218fefca3ec103cfa94a68a8d15aaabd72f3008 /src/client/views/nodes/PDFBox.scss
parent6d01b67aab6a6169b189002fc9c00477d55ca113 (diff)
now working with annotations.
Diffstat (limited to 'src/client/views/nodes/PDFBox.scss')
-rw-r--r--src/client/views/nodes/PDFBox.scss5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/client/views/nodes/PDFBox.scss b/src/client/views/nodes/PDFBox.scss
index 3fd01c2c1..b7ff84d4a 100644
--- a/src/client/views/nodes/PDFBox.scss
+++ b/src/client/views/nodes/PDFBox.scss
@@ -3,8 +3,9 @@
display: flex;
flex-direction: row;
height: 100%;
- overflow-y: scroll;
- overflow-x: hidden;
+ width:100%;
+ overflow: hidden;
+ position:absolute;
}
.pdfBox-cont {