From 41c311249bcdc9a5558a6480f89ee9046976a786 Mon Sep 17 00:00:00 2001 From: Marcel Date: Thu, 26 Mar 2026 14:43:26 +0100 Subject: [PATCH] fix(enrich): use fixed positioning for fullscreen layout and fix done icon Align enrich/[id] with the document detail page pattern: position fixed with runtime header height measurement instead of a hardcoded calc value. The root layout is reverted to its original simple form with no per-route detection. Also replaces the missing check icon on the done page with Check-Double-LG from the icon library. Co-Authored-By: Claude Sonnet 4.6 --- frontend/src/routes/enrich/[id]/+page.svelte | 9 +++++++-- frontend/src/routes/enrich/done/+page.svelte | 2 +- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/frontend/src/routes/enrich/[id]/+page.svelte b/frontend/src/routes/enrich/[id]/+page.svelte index 5bd896e2..0e08d185 100644 --- a/frontend/src/routes/enrich/[id]/+page.svelte +++ b/frontend/src/routes/enrich/[id]/+page.svelte @@ -1,6 +1,6 @@