aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorbobzel <zzzman@gmail.com>2021-03-09 10:36:36 -0500
committerbobzel <zzzman@gmail.com>2021-03-09 10:36:36 -0500
commitf5e1997706f1ee977061aac3f071c245f444acee (patch)
tree85f81e7ef8a9de388cdbd3f4fb337f326e1eea1d /src
parent8fcb1a23224762233ebf3e519b13bc72cdfdf3c5 (diff)
Update PDFViewer.scss
Diffstat (limited to 'src')
-rw-r--r--src/client/views/pdf/PDFViewer.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/pdf/PDFViewer.scss b/src/client/views/pdf/PDFViewer.scss
index d17b2b5ef..3074eb4ec 100644
--- a/src/client/views/pdf/PDFViewer.scss
+++ b/src/client/views/pdf/PDFViewer.scss
@@ -34,7 +34,7 @@
border: unset;
}
.pdfViewerDash-text-selected {
- position: relative;
+ // position: relative; // bcz: this breaks auto-scrolling using the inline search box
z-index: -1;
.textLayer{
pointer-events: all;