diff --git a/apps/client/app/(afterLogin)/layout.tsx b/apps/client/app/(afterLogin)/layout.tsx index 3cceca43..786b1ccb 100644 --- a/apps/client/app/(afterLogin)/layout.tsx +++ b/apps/client/app/(afterLogin)/layout.tsx @@ -13,7 +13,12 @@ const Layout = ({ children }: { children: React.ReactNode }) => { return ( <> - + {children} diff --git a/apps/client/components/Navbar.tsx b/apps/client/components/Navbar.tsx index d7639815..bc2d1309 100644 --- a/apps/client/components/Navbar.tsx +++ b/apps/client/components/Navbar.tsx @@ -66,7 +66,8 @@ export default Navbar; const navbarContainerStyle = css({ width: "250px", minWidth: "250px", - minHeight: "100vh", + height: "100vh", + position: "fixed", paddingTop: "54px", borderRightWidth: "arrow", borderColor: "mono.400",