fix: remove maxHeight limit on grid editor — shows all rows
Some checks failed
CI / go-lint (push) Has been skipped
CI / python-lint (push) Has been skipped
CI / nodejs-lint (push) Has been skipped
CI / test-go-school (push) Successful in 27s
CI / test-go-edu-search (push) Successful in 25s
CI / test-python-klausur (push) Failing after 1m50s
CI / test-python-agent-core (push) Successful in 14s
CI / test-nodejs-website (push) Successful in 19s

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Benjamin Admin
2026-03-24 08:24:50 +01:00
parent ee0d9c881e
commit d6f4944bcc

View File

@@ -301,10 +301,8 @@ export function StepGridReview({ sessionId, onNext, saveRef }: StepGridReviewPro
)}
{/* Right: Grid with row-accept buttons */}
<div
className="overflow-auto space-y-3"
style={{ maxHeight: showImage ? '70vh' : undefined }}
>
<div className="space-y-3">
{/* Zone tables with row-accept buttons */}
{(() => {
// Group consecutive zones with same vsplit_group