Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merge Develop to Staging v24.38.0 #8518

Merged
merged 13 commits into from
Sep 11, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fixes PDF Viewer clipping out in different display zoom settings (#8496)
  • Loading branch information
rithviknishad authored Sep 10, 2024
commit b2a72c39cc5e01ec48c7de1425d387f43345205e
2 changes: 1 addition & 1 deletion src/Components/Common/PDFViewer.tsx
Original file line number Diff line number Diff line change
@@ -13,7 +13,7 @@ export default function PDFViewer(
pdfjs.GlobalWorkerOptions.workerSrc = "/pdf.worker.min.mjs";

return (
<div className="flex flex-col items-center justify-center">
<div className="flex h-full flex-col items-center justify-center">
<div className="w-full overflow-auto">
<Document
file={props.url}
Loading