We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b254889 commit 4620335Copy full SHA for 4620335
src/files/file-preview/FilePreview.css
@@ -1,5 +1,5 @@
1
.FilePreviewPDF {
2
- height: calc(100vh - 140px - 5.5rem);
+ height: calc(100vh - 140px - 5.5rem); /* 100% of viewport height, minus fixed-height search box and PDF info bar based on font height */
3
min-height: 100px;
4
}
5
0 commit comments