more pdfjs
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user