Skip to content

Commit

Permalink
feat: MET-1989 update height sidebar
Browse files Browse the repository at this point in the history
  • Loading branch information
Sotatek-TaiTruong committed Apr 16, 2024
1 parent 4c7b245 commit bb4d9fa
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -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",
Expand Down

0 comments on commit bb4d9fa

Please sign in to comment.