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>
|
||||
|
||||
{/* Main workspace area */}
|
||||
<div className="flex-1 overflow-hidden relative">
|
||||
<div className="flex-1 overflow-auto relative">
|
||||
<EditorToolbar />
|
||||
<PdfDocument documentId={id} />
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue