Skip to content

Commit

Permalink
fix(style): pdfviewver remove margin
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasSevagen committed Dec 5, 2024
1 parent 70d9e3a commit 1a70247
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ export const PDFUploadViewer: FC<PDFUploadViewerProps> = ({ url }) => {
</IconButton>
</Stack>

<Paper sx={{ p: 3, maxWidth: "100%", overflow: "hidden" }}>
<Paper sx={{ maxWidth: "100%", overflow: "hidden" }}>
<DocumentBox isLandscape={isLandscape}>
<Document
file={url}
Expand Down

0 comments on commit 1a70247

Please sign in to comment.