From 424e5c51d43c3b26f3a14160e437408c486de5d2 Mon Sep 17 00:00:00 2001 From: Benjamin Admin Date: Tue, 24 Mar 2026 15:06:28 +0100 Subject: [PATCH] fix: remove nested scrollbar in grid editor MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Removed overflow-y-auto and maxHeight from the grid container div. The page itself handles scrolling — nested scroll containers caused the bottom rows to be cut off after editing. Co-Authored-By: Claude Opus 4.6 --- admin-lehrer/components/ocr-pipeline/StepGridReview.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/admin-lehrer/components/ocr-pipeline/StepGridReview.tsx b/admin-lehrer/components/ocr-pipeline/StepGridReview.tsx index 91be3ab..5ef31f2 100644 --- a/admin-lehrer/components/ocr-pipeline/StepGridReview.tsx +++ b/admin-lehrer/components/ocr-pipeline/StepGridReview.tsx @@ -314,7 +314,7 @@ export function StepGridReview({ sessionId, onNext, saveRef }: StepGridReviewPro )} {/* Right: Grid with row-accept buttons */} -
+
{/* Zone tables with row-accept buttons */} {(() => {