This commit is contained in:
Timur Ercan
2023-02-13 18:13:04 +01:00
parent 8fa4f36856
commit c5d3e96623

View File

@@ -43,12 +43,7 @@ export default function PDFViewer(props) {
position: "relative", position: "relative",
background: "green", background: "green",
}} }}
> className="mx-auto w-fit"
<div
style={{
width: "100%",
background: "red",
}}
> >
<Page <Page
className="mt-5" className="mt-5"
@@ -70,7 +65,6 @@ export default function PDFViewer(props) {
></Field> ></Field>
))} ))}
</div> </div>
</div>
</Fragment> </Fragment>
))} ))}
</Document> </Document>