From 648bdffe4fb128468059cd0eb45a14bdf5e6a7d6 Mon Sep 17 00:00:00 2001 From: Marcel Date: Thu, 26 Mar 2026 15:51:15 +0100 Subject: [PATCH] fix(enrich): restore fixed-position layout and done icon Re-applies the scroll fix from 0d3c557 which was missing from this branch: - measure header height at mount, use it as top offset instead of hardcoded 68px - fix done page icon to Check-Double-LG 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 @@