Skip to content

Commit

Permalink
Update src/files/file-preview/FilePreview.css
Browse files Browse the repository at this point in the history
Comment
  • Loading branch information
jessicaschilling authored Apr 14, 2020
1 parent 4620335 commit 634c4c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/files/file-preview/FilePreview.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@

@media only screen and (max-width: 60em) {
.FilePreviewPDF {
height: calc(100vh - 234px - 14rem);
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 */
}
}

0 comments on commit 634c4c8

Please sign in to comment.