Add scrolling support for multi page pdfs
This commit is contained in:
parent
f273685cc1
commit
b1fae9143d
1 changed files with 1 additions and 1 deletions
|
|
@ -52,7 +52,7 @@ export function EditorPage() {
|
||||||
</header>
|
</header>
|
||||||
|
|
||||||
{/* Main workspace area */}
|
{/* Main workspace area */}
|
||||||
<div className="flex-1 overflow-hidden relative">
|
<div className="flex-1 overflow-auto relative">
|
||||||
<EditorToolbar />
|
<EditorToolbar />
|
||||||
<PdfDocument documentId={id} />
|
<PdfDocument documentId={id} />
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue