From d57004b0855876a2aed2cabed113e3ed4df99dd2 Mon Sep 17 00:00:00 2001 From: Bryan Van Deusen Date: Thu, 7 May 2026 06:53:06 -0400 Subject: [PATCH] feat(web/admin): sticky tabs at top of admin scroll container The admin tab strip (Overview / Integrations / Requests / Quarantine) scrolled out of view as the operator paged through long sections like Library Scan, Cover Art, etc. Pin it to the top of the
scroll container with sticky positioning, an opaque background to hide content scrolling behind it, and z-10 to layer above section content. --- web/src/lib/components/AdminTabs.svelte | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/src/lib/components/AdminTabs.svelte b/web/src/lib/components/AdminTabs.svelte index 618ea22c..d5c56b19 100644 --- a/web/src/lib/components/AdminTabs.svelte +++ b/web/src/lib/components/AdminTabs.svelte @@ -19,7 +19,7 @@ } -