diff options
| author | vkalev <vjk1883@gmail.com> | 2021-07-22 11:30:48 -0400 |
|---|---|---|
| committer | vkalev <vjk1883@gmail.com> | 2021-07-22 11:30:48 -0400 |
| commit | 8ee7ba27d765c8953c8b569ed981f91458d49079 (patch) | |
| tree | 5af21f2993c7138e2e425a3dabe69bdd439aac82 /src/client/views/nodes/PDFBox.scss | |
| parent | fabaad0251cf4f64c1af7a37a5f3d6622011c058 (diff) | |
| parent | 491fb6fc41792b1dfe7e3f9210b07a6b8e1eb0a7 (diff) | |
Merge branch 'master' of https://github.com/brown-dash/Dash-Web into ink-gfx-victor
Diffstat (limited to 'src/client/views/nodes/PDFBox.scss')
| -rw-r--r-- | src/client/views/nodes/PDFBox.scss | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/client/views/nodes/PDFBox.scss b/src/client/views/nodes/PDFBox.scss index 0f46da294..72dec6e4c 100644 --- a/src/client/views/nodes/PDFBox.scss +++ b/src/client/views/nodes/PDFBox.scss @@ -7,7 +7,7 @@ overflow: hidden; cursor: auto; transform-origin: top left; - z-index: 0; + //z-index: 0; .pdfBox-ui { position: absolute; @@ -30,6 +30,7 @@ justify-content: center; border-radius: 3px; pointer-events: all; + z-index: 1; // so it appears on top of the document's title, if shown } .pdfBox-pageNums { @@ -223,7 +224,7 @@ .pdfBox { width: 100%; height: 100%; - pointer-events: none; + //pointer-events: none; .pdfViewerDash-text { .textLayer { display: none; |
