diff options
Diffstat (limited to 'src/client')
-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 2d88246c2..e2bdd98cc 100644 --- a/src/client/views/nodes/PDFBox.scss +++ b/src/client/views/nodes/PDFBox.scss @@ -15,6 +15,8 @@ height: 100%; z-index: 1; pointer-events: none; + top: 0; + left: 0; .pdfBox-pageNums { display: flex; @@ -223,6 +225,7 @@ width: 100%; height: 100%; pointer-events: all; + z-index: -1; .pdfViewerDash-text { .textLayer { span { |