diff options
| author | bob <bcz@cs.brown.edu> | 2019-06-14 11:56:36 -0400 |
|---|---|---|
| committer | bob <bcz@cs.brown.edu> | 2019-06-14 11:56:36 -0400 |
| commit | 6a2cb71af332d4c782c1678750ba955757eaab45 (patch) | |
| tree | 8f03ca864cb2b38acdce4b5909ad439cdd69cfa2 /src/client/views/nodes/PDFBox.scss | |
| parent | b631beaf11db59549e75cc38ae7288a0ba8845cf (diff) | |
fixes
Diffstat (limited to 'src/client/views/nodes/PDFBox.scss')
| -rw-r--r-- | src/client/views/nodes/PDFBox.scss | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/client/views/nodes/PDFBox.scss b/src/client/views/nodes/PDFBox.scss index f4d455be7..bb1f534c6 100644 --- a/src/client/views/nodes/PDFBox.scss +++ b/src/client/views/nodes/PDFBox.scss @@ -41,6 +41,12 @@ pointer-events: none !important; } } +.textlayer { + span { + pointer-events: all !important; + user-select: text; + } +} .pdfBox-cont-interactive { pointer-events: all; |
