fix: reduce main layout height offset from 180px to 120px across all tools

Also restore scroll handling to ExportPanel and PresetLibrary, and
remove maxHeight cap from CodeSnippet in ExportPanel.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-03-01 16:05:14 +01:00
parent 25067bca30
commit b5f698cf29
10 changed files with 12 additions and 12 deletions

View File

@@ -203,7 +203,7 @@ export function FileConverter() {
{/* ── Main layout ─────────────────────────────────────── */}
<div
className="grid grid-cols-1 lg:grid-cols-5 gap-4"
style={{ height: 'calc(100svh - 180px)' }}
style={{ height: 'calc(100svh - 120px)' }}
>
{/* Left: upload zone */}