From a1c313961840a4b14a4e7a8fa77aadff12e5b0e7 Mon Sep 17 00:00:00 2001 From: Kaosiso Ezealigo Date: Wed, 11 Dec 2024 13:07:53 +0100 Subject: [PATCH 1/2] fix(frontend): removed maxHeight from menu container styles --- agenta-web/src/components/Sidebar/Sidebar.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/agenta-web/src/components/Sidebar/Sidebar.tsx b/agenta-web/src/components/Sidebar/Sidebar.tsx index 0854ac8a3d..b34ab57534 100644 --- a/agenta-web/src/components/Sidebar/Sidebar.tsx +++ b/agenta-web/src/components/Sidebar/Sidebar.tsx @@ -66,7 +66,6 @@ const useStyles = createUseStyles((theme: JSSTheme) => ({ }, menuContainer: { borderRight: "0 !important", - maxHeight: "calc(100vh - 390px)", overflowY: "auto", position: "relative", "& .ant-menu-item-selected": { From ec78df0908d89e670458a0f4aee4762a3a183e70 Mon Sep 17 00:00:00 2001 From: Kaosiso Ezealigo Date: Wed, 11 Dec 2024 13:27:22 +0100 Subject: [PATCH 2/2] minor fix(frontend) --- agenta-web/src/components/Sidebar/Sidebar.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/agenta-web/src/components/Sidebar/Sidebar.tsx b/agenta-web/src/components/Sidebar/Sidebar.tsx index b34ab57534..65c2ce801c 100644 --- a/agenta-web/src/components/Sidebar/Sidebar.tsx +++ b/agenta-web/src/components/Sidebar/Sidebar.tsx @@ -51,6 +51,7 @@ const useStyles = createUseStyles((theme: JSSTheme) => ({ justifyContent: "space-between", flexDirection: "column", flex: 1, + overflowY: "auto", }, "& .ant-menu-submenu-title": { display: "flex",