From bb4d9fa9f45b3b4d77ba38ae5245acc400f64a33 Mon Sep 17 00:00:00 2001 From: "tai.truong" Date: Tue, 16 Apr 2024 17:10:14 +0700 Subject: [PATCH] feat: MET-1989 update height sidebar --- src/components/commons/Layout/Sidebar/SidebarMenu/styles.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/commons/Layout/Sidebar/SidebarMenu/styles.ts b/src/components/commons/Layout/Sidebar/SidebarMenu/styles.ts index b6a3c3ab3a..acde914a74 100644 --- a/src/components/commons/Layout/Sidebar/SidebarMenu/styles.ts +++ b/src/components/commons/Layout/Sidebar/SidebarMenu/styles.ts @@ -4,7 +4,7 @@ import { SystemStyleObject } from "@mui/system"; import { drawerWidth, drawerWidthMobile, drawerWidthTablet } from "../../styles"; export const SidebarMenuContainer = styled(Box)(({ theme }) => ({ - height: "calc(100% - 200px)", + height: "calc(100% - 190px)", display: "flex", flexDirection: "column", justifyContent: "space-between",