diff --git a/frontend/src/App.jsx b/frontend/src/App.jsx index 4839366..105beb6 100644 --- a/frontend/src/App.jsx +++ b/frontend/src/App.jsx @@ -237,12 +237,11 @@ function App() { animate={{ opacity: 1, y: 0 }} exit={{ opacity: 0, y: -20 }} className="flex flex-col gap-4" - style={{ height: 'calc(100vh - 9.5rem)' }} > {/* Image + Text */} -
No preview
OCR Text (edit before committing)
diff --git a/frontend/src/components/JobsPanel.jsx b/frontend/src/components/JobsPanel.jsx index 23b3040..803346a 100644 --- a/frontend/src/components/JobsPanel.jsx +++ b/frontend/src/components/JobsPanel.jsx @@ -107,7 +107,6 @@ function JobDetail({ jobId, onClose, onReviewed }) { animate={{ opacity: 1, y: 0 }} exit={{ opacity: 0, y: -20 }} className="flex flex-col gap-4" - style={{ height: 'calc(100vh - 9.5rem)' }} > {/* Top bar */}{isReviewed ? 'Reviewed Text' : 'OCR Text'} (editable)