From 17582bcefbc3cc1da53f7582bfb8a3b6acc963ca Mon Sep 17 00:00:00 2001 From: Abdullah Atta Date: Tue, 5 Sep 2023 15:24:20 +0500 Subject: [PATCH] web: fix navigation menu not taking up full space --- apps/web/src/components/navigation-menu/index.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/web/src/components/navigation-menu/index.tsx b/apps/web/src/components/navigation-menu/index.tsx index 0059b3c8a..e73975bef 100644 --- a/apps/web/src/components/navigation-menu/index.tsx +++ b/apps/web/src/components/navigation-menu/index.tsx @@ -148,6 +148,7 @@ function NavigationMenu(props: NavigationMenuProps) { zIndex: 1, position: "relative", flex: 1, + flexDirection: "column", height: "100%", overflow: "hidden", bg: "background",