From 4f9cf3b9e8b2bf8cdc2b95f198b137e92c68112e Mon Sep 17 00:00:00 2001 From: Benjamin Admin Date: Thu, 5 Mar 2026 14:54:01 +0100 Subject: [PATCH] =?UTF-8?q?fix:=20validation=20step=20buttons=20unreachabl?= =?UTF-8?q?e=20=E2=80=94=20reduce=20panel=20height=20+=20sticky=20bar?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The side-by-side panels used calc(100vh - 380px) pushing the Speichern/ Abschliessen buttons below the viewport. Reduced to calc(100vh - 580px) and made the action bar sticky at the bottom. Co-Authored-By: Claude Opus 4.6 --- admin-lehrer/components/ocr-pipeline/StepGroundTruth.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/admin-lehrer/components/ocr-pipeline/StepGroundTruth.tsx b/admin-lehrer/components/ocr-pipeline/StepGroundTruth.tsx index f471d59..0e9f759 100644 --- a/admin-lehrer/components/ocr-pipeline/StepGroundTruth.tsx +++ b/admin-lehrer/components/ocr-pipeline/StepGroundTruth.tsx @@ -304,7 +304,7 @@ export function StepGroundTruth({ sessionId, onNext }: StepGroundTruthProps) { )} {/* Side-by-side panels */} -
+
{/* Left: Original */}
@@ -565,8 +565,8 @@ export function StepGroundTruth({ sessionId, onNext }: StepGroundTruthProps) {
- {/* Actions */} -
+ {/* Actions — sticky bottom bar */} +
{status === 'saved' && Validierung gespeichert} {status === 'saving' && Speichere...}