aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/pdf/PDFViewer.scss
diff options
context:
space:
mode:
authorLionel Han <47760119+IGoByJoe@users.noreply.github.com>2020-06-01 14:58:19 -0700
committerLionel Han <47760119+IGoByJoe@users.noreply.github.com>2020-06-01 14:58:19 -0700
commitddfeb9fa14071a1b14edc2b161304ae9306fc45a (patch)
tree9ee7c356b19de6476e5e6e3f1c0f823c3a59a7be /src/client/views/pdf/PDFViewer.scss
parentcd2376cef00ae2b06b53480646a1e9ac8b246630 (diff)
parent21e7c695375ccdaf8d505a312ee5895b7e71e747 (diff)
fixed merge
Diffstat (limited to 'src/client/views/pdf/PDFViewer.scss')
-rw-r--r--src/client/views/pdf/PDFViewer.scss4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/client/views/pdf/PDFViewer.scss b/src/client/views/pdf/PDFViewer.scss
index 8541a3149..affffc44e 100644
--- a/src/client/views/pdf/PDFViewer.scss
+++ b/src/client/views/pdf/PDFViewer.scss
@@ -29,6 +29,7 @@
.page {
position: relative;
+ border: unset;
}
.pdfViewer-text-selected {
.textLayer{
@@ -57,6 +58,9 @@
display: inline-block;
width:100%;
}
+ .pdfViewer-overlay {
+ pointer-events: none;
+ }
.pdfViewer-annotationLayer {
position: absolute;