aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/pdf/PDFViewer.scss
diff options
context:
space:
mode:
authorusodhi <61431818+usodhi@users.noreply.github.com>2021-01-20 20:07:48 -0500
committerusodhi <61431818+usodhi@users.noreply.github.com>2021-01-20 20:07:48 -0500
commit7b49bca26f95e7bf1e878d4987f061511a5def39 (patch)
treeb160034ebfd770c73071203410b468778fa93697 /src/client/views/pdf/PDFViewer.scss
parente4c9218e217b617e513259cac90b077431890eaa (diff)
parent68785a97178d229935c0429791081d7c09312dc3 (diff)
Merge branch 'master' of https://github.com/browngraphicslab/Dash-Web into filters
Diffstat (limited to 'src/client/views/pdf/PDFViewer.scss')
-rw-r--r--src/client/views/pdf/PDFViewer.scss16
1 files changed, 3 insertions, 13 deletions
diff --git a/src/client/views/pdf/PDFViewer.scss b/src/client/views/pdf/PDFViewer.scss
index 0ecb4dba4..d17b2b5ef 100644
--- a/src/client/views/pdf/PDFViewer.scss
+++ b/src/client/views/pdf/PDFViewer.scss
@@ -34,6 +34,8 @@
border: unset;
}
.pdfViewerDash-text-selected {
+ position: relative;
+ z-index: -1;
.textLayer{
pointer-events: all;
user-select: text;
@@ -46,12 +48,6 @@
}
}
- .pdfViewerDash-dragAnnotationBox {
- position:absolute;
- background-color: transparent;
- opacity: 0.1;
- }
-
.pdfViewerDash-overlay, .pdfViewerDash-overlay-inking {
transform-origin: left top;
position: absolute;
@@ -83,11 +79,6 @@
width: 100%;
pointer-events: none;
mix-blend-mode: multiply; // bcz: makes text fuzzy!
-
- .pdfViewerDash-annotationBox {
- position: absolute;
- background-color: rgba(245, 230, 95, 0.616);
- }
}
.pdfViewerDash-waiting {
width: 70%;
@@ -102,5 +93,4 @@
.pdfViewerDash-interactive {
pointer-events: all;
-}
- \ No newline at end of file
+} \ No newline at end of file