mirror of
https://github.com/documenso/documenso.git
synced 2025-11-13 00:03:33 +10:00
layout
This commit is contained in:
@ -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}`}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user