aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/pdf/PDFViewer.scss
diff options
context:
space:
mode:
authorbobzel <zzzman@gmail.com>2021-03-13 09:27:25 -0500
committerbobzel <zzzman@gmail.com>2021-03-13 09:27:25 -0500
commitdf0c30a1f8c1a507be7582a9c97dc5546ae719c8 (patch)
tree9c489f866f68aac465f2e7a7d59d68c4fe056788 /src/client/views/pdf/PDFViewer.scss
parentb18d4d2b9a4a624e61116642d4dbfe9a53437d0c (diff)
fixed marquee annotations on pdfs from crashing - still need to fix offset problem.
Diffstat (limited to 'src/client/views/pdf/PDFViewer.scss')
-rw-r--r--src/client/views/pdf/PDFViewer.scss10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/client/views/pdf/PDFViewer.scss b/src/client/views/pdf/PDFViewer.scss
index 3074eb4ec..390aed1e0 100644
--- a/src/client/views/pdf/PDFViewer.scss
+++ b/src/client/views/pdf/PDFViewer.scss
@@ -1,5 +1,15 @@
+
+.pdfViewer-content {
+ height: 100%;
+ width: 100%;
+ position: absolute;
+ display: inline-block;
+ top: 0;
+ left: 0;
+}
.pdfViewerDash, .pdfViewerDash-interactive {
+ position: absolute;
width: 100%;
height: 100%;
top: 0;