more pdfjs

This commit is contained in:
2025-11-16 20:13:47 +01:00
parent dae66703f2
commit 4b9f74d5a8
7 changed files with 205 additions and 88 deletions
+9 -1
View File
@@ -55,6 +55,12 @@
height: 100%;
max-width: none;
max-height: none;
padding: 0;
box-sizing: border-box;
overflow: auto;
align-items: flex-start;
justify-content: center;
--pdf-viewer-stack-padding: 2rem;
}
.preview-zoom__scroll:focus {
@@ -126,7 +132,9 @@
.preview-zoom__pdf {
width: 100%;
height: 100%;
overflow: auto;
display: flex;
justify-content: center;
align-items: flex-start;
}
.preview-zoom__pdf-viewer {