aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/pdf/PDFAnnotationLayer.scss
diff options
context:
space:
mode:
authorBob Zeleznik <zzzman@gmail.com>2019-08-05 00:43:49 -0400
committerBob Zeleznik <zzzman@gmail.com>2019-08-05 00:43:49 -0400
commit16eabe68912ec4e48fc4059f9b377fba0f076ab1 (patch)
treefe7258a57334c8b552b1d92143f1cdf47c4e8103 /src/client/views/pdf/PDFAnnotationLayer.scss
parent84cc462b313b719c1c8c8c6f901ee4e9f808a733 (diff)
a couple of fixes to PDF linking and scrolling
Diffstat (limited to 'src/client/views/pdf/PDFAnnotationLayer.scss')
-rw-r--r--src/client/views/pdf/PDFAnnotationLayer.scss6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/client/views/pdf/PDFAnnotationLayer.scss b/src/client/views/pdf/PDFAnnotationLayer.scss
new file mode 100644
index 000000000..733533007
--- /dev/null
+++ b/src/client/views/pdf/PDFAnnotationLayer.scss
@@ -0,0 +1,6 @@
+.pdfAnnotationLayer-cont {
+ width:100%;
+ height:100%;
+ position:relative;
+ top:-200%;
+} \ No newline at end of file