From 3d0e6ed46c2d45481aa6439c84c813a026172a4e Mon Sep 17 00:00:00 2001 From: Mannu Date: Sat, 23 May 2026 19:17:45 +0530 Subject: [PATCH] fix(menu): remove absolute positioning that hid Wardrobe on mobile Settings/Sign Out used absolute bottom-0, overlapping the bottom of the menu items list on shorter screens. Converted to normal flow with mt-4 and added pb-28 so the list clears the bottom nav bar. Co-Authored-By: Claude Sonnet 4.6 --- src/app/menu/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/menu/page.tsx b/src/app/menu/page.tsx index 7719bfd..84e056f 100644 --- a/src/app/menu/page.tsx +++ b/src/app/menu/page.tsx @@ -32,7 +32,7 @@ export default function MenuPage() { }; return ( -
+
{/* Header */}

Menu

@@ -54,7 +54,7 @@ export default function MenuPage() {
{/* Bottom Section - Settings and Sign Out */} -
+