From e1c09ddc7f9152d88b35978b66db0abc27c3516a Mon Sep 17 00:00:00 2001 From: Marcel Date: Fri, 27 Mar 2026 16:33:47 +0100 Subject: [PATCH] fix(#99): make document detail tab bar scrollable on narrow screens Wrap tabs in overflow-x-auto container with hidden scrollbar so all 4 German labels ("Transkription" etc.) are reachable at 320px. Close button stays pinned outside the scroll area, always visible. Co-Authored-By: Claude Sonnet 4.6 --- .../lib/components/DocumentBottomPanel.svelte | 48 ++++++++++--------- 1 file changed, 25 insertions(+), 23 deletions(-) diff --git a/frontend/src/lib/components/DocumentBottomPanel.svelte b/frontend/src/lib/components/DocumentBottomPanel.svelte index a2aba5b8..aec4191e 100644 --- a/frontend/src/lib/components/DocumentBottomPanel.svelte +++ b/frontend/src/lib/components/DocumentBottomPanel.svelte @@ -127,35 +127,37 @@ function handleCountChange(count: number) { -
- {#each tabs as tab (tab.id)} - - {/each} - - -
+
+ +
+ {#each tabs as tab (tab.id)} + + {/each} +
{#if open}