diff options
| author | bobzel <zzzman@gmail.com> | 2025-06-26 16:41:01 -0400 |
|---|---|---|
| committer | bobzel <zzzman@gmail.com> | 2025-06-26 16:41:01 -0400 |
| commit | 2d70a3bc17fe94d0bf92d8362b8fda8a2e4a82e1 (patch) | |
| tree | a9b733e4318f18890459a10ad50d393abf76f6e1 /src/client/views/pdf/PDFViewer.scss | |
| parent | 0093370a04348ef38b91252d02ab850f25d753b2 (diff) | |
fixed rendering pdfs, text selections on pdfs,
Diffstat (limited to 'src/client/views/pdf/PDFViewer.scss')
| -rw-r--r-- | src/client/views/pdf/PDFViewer.scss | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/views/pdf/PDFViewer.scss b/src/client/views/pdf/PDFViewer.scss index dafa908a2..c997ce583 100644 --- a/src/client/views/pdf/PDFViewer.scss +++ b/src/client/views/pdf/PDFViewer.scss @@ -55,6 +55,7 @@ position: relative; border: unset; height: 100% !important; + min-height: 20px; // bcz: prevents PdfJS from the collapsing the page to 0 heright which causes the entire pdf to fail to render } .pdfViewerDash-text-selected { |
