This commit is contained in:
Timur Ercan
2023-01-25 10:17:08 +01:00
parent b261cb59ce
commit b347634578

View File

@ -14,7 +14,7 @@ const DocumentsDetailPage: NextPageWithLayout = () => {
const router = useRouter();
return (
<div className="mx-auto w-fit overflow-scroll">
<div className="mx-auto w-fit">
<PDFViewer
pdfUrl={`${NEXT_PUBLIC_WEBAPP_URL}/api/documents/${router.query.id}`}
/>