aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/pdf/PDFViewer.scss
diff options
context:
space:
mode:
authorBob Zeleznik <zzzman@gmail.com>2019-10-08 19:02:35 -0400
committerBob Zeleznik <zzzman@gmail.com>2019-10-08 19:02:35 -0400
commit29cdf0d66df3e38408f69ac8225b4d59397ee2e6 (patch)
treed45b62cb180929cf9cd04415ab6927012f37ccb4 /src/client/views/pdf/PDFViewer.scss
parent121cbc76bf971e688398533b303e32d637265364 (diff)
fixes for text selection in pdfs to be less jumpy and to work through other annotations.
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 c77cee792..f6fedf3da 100644
--- a/src/client/views/pdf/PDFViewer.scss
+++ b/src/client/views/pdf/PDFViewer.scss
@@ -15,6 +15,10 @@
mix-blend-mode: multiply;
opacity: 0.9;
+ span {
+ padding-right: 5px;
+ padding-bottom: 4px;
+ }
}
.textLayer ::selection { background: yellow; } // should match the backgroundColor in createAnnotation()
.textLayer .highlight {