diff options
| author | bobzel <zzzman@gmail.com> | 2020-09-09 16:57:25 -0400 |
|---|---|---|
| committer | bobzel <zzzman@gmail.com> | 2020-09-09 16:57:25 -0400 |
| commit | 15615e6789ae4eb121a6d0ac6ba607e74369bd6e (patch) | |
| tree | ccde36b6c13144aae47d354eb5de9dfbd7b7b0d5 /src/client/views/nodes/PDFBox.scss | |
| parent | 320f18503439c7e490f259ed2ed7355ff72b4237 (diff) | |
several pdf fixes - clipping link anchors to bounds of container. pdf box titles don't change based on zoom anymore. can't zoom a pdf if not selected. fixed scrolling of previews without scrolling targets.
Diffstat (limited to 'src/client/views/nodes/PDFBox.scss')
| -rw-r--r-- | src/client/views/nodes/PDFBox.scss | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/client/views/nodes/PDFBox.scss b/src/client/views/nodes/PDFBox.scss index 1c73ec8cb..a7dc55c52 100644 --- a/src/client/views/nodes/PDFBox.scss +++ b/src/client/views/nodes/PDFBox.scss @@ -204,6 +204,7 @@ .pdfBox { width: 100%; height: 100%; + pointer-events: none; .pdfViewerDash-text { .textLayer { span { @@ -213,6 +214,12 @@ } } +.pdfBox-background { + width: 100%; + height: 100%; + background: lightGray; +} + .pdfBox-interactive { width: 100%; height: 100%; |
