From 030db533e1aa384fecb2e26fe1dfb66cbcd955e1 Mon Sep 17 00:00:00 2001 From: Matt Date: Tue, 28 Apr 2026 19:45:52 +0200 Subject: [PATCH] fix: size logistics tab bar to fit buttons + horizontal scrollbar The fixed h-10 wasn't tall enough to fit a 32px tab button plus the overflow-x scrollbar, so buttons clipped and a vertical scroll appeared inside the bar. Switching to h-auto + pb-2 lets the bar size naturally and reserves space below the row for the scrollbar. Co-Authored-By: Claude Opus 4.7 (1M context) --- src/app/(admin)/admin/logistics/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/(admin)/admin/logistics/page.tsx b/src/app/(admin)/admin/logistics/page.tsx index 6632323..24ca1b4 100644 --- a/src/app/(admin)/admin/logistics/page.tsx +++ b/src/app/(admin)/admin/logistics/page.tsx @@ -41,7 +41,7 @@ export default function LogisticsPage() { - + Confirmations