diff options
author | bobzel <zzzman@gmail.com> | 2020-09-15 23:14:23 -0400 |
---|---|---|
committer | bobzel <zzzman@gmail.com> | 2020-09-15 23:14:23 -0400 |
commit | c48a087c2bc637d3bf792486806bbc33ddb8d2d7 (patch) | |
tree | ae53ddee31bf501827c64f8bec99585871766111 /src | |
parent | a805130643dd7c69ee3555bb7434e7f3a3756bc2 (diff) |
restored pdf search/page controls
Diffstat (limited to 'src')
-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 { |