From 6d36c88f88678af468a386c800b797da4ec24914 Mon Sep 17 00:00:00 2001 From: Claude Date: Fri, 2 Jan 2026 15:07:59 +0000 Subject: [PATCH] fix: remove min-h-screen to prevent bottom nav bar overlap --- .../main-feature/src/pages/general/index/components/Layout.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/main-feature/src/pages/general/index/components/Layout.tsx b/packages/main-feature/src/pages/general/index/components/Layout.tsx index 706fd63..a06c601 100644 --- a/packages/main-feature/src/pages/general/index/components/Layout.tsx +++ b/packages/main-feature/src/pages/general/index/components/Layout.tsx @@ -2,7 +2,7 @@ import { AppBar, Layout as SharedLayout } from "@repo/shared"; const Layout = ({ children }: { children: React.ReactNode }) => { return ( -
+
} rightContent={} bgColor="bg-[#FFF5F5]" /> {/* 하단 네비게이션 바는 (main) 레이아웃에서 처리 */}