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",