From 10c7a48bc6b627897f8ed9ed0f068c477c87cf12 Mon Sep 17 00:00:00 2001 From: Admin Date: Tue, 31 Mar 2026 17:07:28 +0500 Subject: [PATCH] fix(admin): move mobile nav toggle into content area to avoid z-index conflict The fixed top bar was hidden behind the main site navbar (z-50). Replace with an inline 'Admin menu' button at the top of the content. Co-Authored-By: Claude Sonnet 4.6 --- ui/src/routes/admin/+layout.svelte | 36 +++++++++++++----------------- 1 file changed, 15 insertions(+), 21 deletions(-) diff --git a/ui/src/routes/admin/+layout.svelte b/ui/src/routes/admin/+layout.svelte index 33111f8..0f3644e 100644 --- a/ui/src/routes/admin/+layout.svelte +++ b/ui/src/routes/admin/+layout.svelte @@ -29,35 +29,17 @@ {#if sidebarOpen} {/if}
- -
- - Admin -
-