From cd0f55c90da4931e569936bdca6984e91e798dcf Mon Sep 17 00:00:00 2001 From: Zeeshan Ahmad Date: Fri, 2 Feb 2024 18:04:59 +0500 Subject: [PATCH] Fix aside menu height on mobile view --- apps/builddao/widget/template/SidebarLayout.jsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/apps/builddao/widget/template/SidebarLayout.jsx b/apps/builddao/widget/template/SidebarLayout.jsx index 9b57130a..0cfec2fe 100644 --- a/apps/builddao/widget/template/SidebarLayout.jsx +++ b/apps/builddao/widget/template/SidebarLayout.jsx @@ -28,6 +28,7 @@ const SidebarContainer = styled.div` border: 0px; flex-direction: row; overflow-x: auto; + min-height: auto; } `; @@ -57,7 +58,7 @@ const Sidebar = ({ currentPath, page, routes }) => ( textDecoration: "none", cursor: "pointer", padding: "8px 12px", - gap: "10px" + gap: "10px", }} > {route.init.icon && }