From 25c00da9dbcd31764dcdb38186cb2f704d4f8dd1 Mon Sep 17 00:00:00 2001 From: Matthieu MALVACHE Date: Thu, 2 Oct 2025 02:08:10 +0200 Subject: [PATCH] fix: Fix sliding menu visibility issue - Changed positioning from bottom-12 to bottom-0 - Menu now slides up from bottom when opened (-translate-y-12) - Removed opacity transition to keep menu always visible during animation - Menu properly appears above the toggle button when activated --- components/layout/sidebar.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/layout/sidebar.tsx b/components/layout/sidebar.tsx index 083f281..b798ae0 100644 --- a/components/layout/sidebar.tsx +++ b/components/layout/sidebar.tsx @@ -347,9 +347,9 @@ export function Sidebar({ <> {/* Sliding Menu Panel */}
{/* Main Menu View */} {menuView === 'main' && (