Add scrolling support for multi page pdfs
Some checks failed
Automated Container Build / build-and-push (push) Failing after 2s
CI / Backend (Python) (push) Failing after 10s
CI / Frontend (TypeScript) (push) Failing after 4m55s

This commit is contained in:
Elijah 2026-06-13 12:20:28 -07:00
parent f273685cc1
commit b1fae9143d

View file

@ -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>