diff options
| author | Bob Zeleznik <zzzman@gmail.com> | 2019-09-25 22:26:54 -0400 |
|---|---|---|
| committer | Bob Zeleznik <zzzman@gmail.com> | 2019-09-25 22:26:54 -0400 |
| commit | f4b628c2a6810c1af51508685f12287a300d6e6f (patch) | |
| tree | 1436d78f37bc90c5774ee38f93670c4b418fe832 /src/client/views/nodes/PDFBox.scss | |
| parent | 4fcd809dde18603d978013af59392e7016662070 (diff) | |
all pdf annotations work?
Diffstat (limited to 'src/client/views/nodes/PDFBox.scss')
| -rw-r--r-- | src/client/views/nodes/PDFBox.scss | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/client/views/nodes/PDFBox.scss b/src/client/views/nodes/PDFBox.scss index b7ff84d4a..2147292d6 100644 --- a/src/client/views/nodes/PDFBox.scss +++ b/src/client/views/nodes/PDFBox.scss @@ -16,6 +16,9 @@ user-select: none; } } + .collectionFreeFormView-none { + pointer-events: none; + } } .pdfBox-cont-interactive { |
