Skip to content

Commit 634c4c8

Browse files
Update src/files/file-preview/FilePreview.css
Comment
1 parent 4620335 commit 634c4c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/files/file-preview/FilePreview.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@
55

66
@media only screen and (max-width: 60em) {
77
.FilePreviewPDF {
8-
height: calc(100vh - 234px - 14rem);
8+
height: calc(100vh - 234px - 14rem); /* 100% of viewport height, minus fixed-height search box, page nav header, and PDF info bar based on font height */
99
}
1010
}

0 commit comments

Comments
 (0)