web: fix navigation menu not taking up full space

This commit is contained in:
Abdullah Atta
2023-09-05 15:24:20 +05:00
committed by Abdullah Atta
parent 1f5a5afb10
commit 17582bcefb

View File

@@ -148,6 +148,7 @@ function NavigationMenu(props: NavigationMenuProps) {
zIndex: 1,
position: "relative",
flex: 1,
flexDirection: "column",
height: "100%",
overflow: "hidden",
bg: "background",