diff options
| author | bob <bcz@cs.brown.edu> | 2019-09-25 17:53:05 -0400 |
|---|---|---|
| committer | bob <bcz@cs.brown.edu> | 2019-09-25 17:53:05 -0400 |
| commit | 4fcd809dde18603d978013af59392e7016662070 (patch) | |
| tree | 8218fefca3ec103cfa94a68a8d15aaabd72f3008 /src/client/views/nodes/PDFBox.scss | |
| parent | 6d01b67aab6a6169b189002fc9c00477d55ca113 (diff) | |
now working with annotations.
Diffstat (limited to 'src/client/views/nodes/PDFBox.scss')
| -rw-r--r-- | src/client/views/nodes/PDFBox.scss | 5 |
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 { |
