diff options
author | Bob Zeleznik <zzzman@gmail.com> | 2020-04-28 10:21:43 -0400 |
---|---|---|
committer | Bob Zeleznik <zzzman@gmail.com> | 2020-04-28 10:21:43 -0400 |
commit | c05c272cab73cf700cc995648642e6defb974798 (patch) | |
tree | 1f7d89a8f65c41d3b5d8b74707e6538db514c729 /src | |
parent | 2f371a09f7305cbc44e9358af310078ce0cb4b3c (diff) |
fixed pdf link dropping
Diffstat (limited to 'src')
-rw-r--r-- | src/client/views/nodes/PDFBox.scss | 1 | ||||
-rw-r--r-- | src/client/views/pdf/PDFViewer.scss | 4 |
2 files changed, 0 insertions, 5 deletions
diff --git a/src/client/views/nodes/PDFBox.scss b/src/client/views/nodes/PDFBox.scss index bccf0f291..6f18b1321 100644 --- a/src/client/views/nodes/PDFBox.scss +++ b/src/client/views/nodes/PDFBox.scss @@ -198,7 +198,6 @@ } .pdfBox { - pointer-events: none; .pdfViewer-text { .textLayer { span { diff --git a/src/client/views/pdf/PDFViewer.scss b/src/client/views/pdf/PDFViewer.scss index 760f64a72..8541a3149 100644 --- a/src/client/views/pdf/PDFViewer.scss +++ b/src/client/views/pdf/PDFViewer.scss @@ -56,10 +56,6 @@ left: 0px; display: inline-block; width:100%; - pointer-events: none; - .collectionFreeFormDocumentView-container { - pointer-events: all; - } } .pdfViewer-annotationLayer { |