From 981a361b4ccab83f222cd5aaca85080466ecc199 Mon Sep 17 00:00:00 2001 From: Sumon Hossain Date: Sun, 4 Sep 2022 22:21:16 +0600 Subject: [PATCH] Update Sidebar.jsx Fixing a minor MUI bug --- src/components/Sidebar.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Sidebar.jsx b/src/components/Sidebar.jsx index b7768a959..e146cdeba 100644 --- a/src/components/Sidebar.jsx +++ b/src/components/Sidebar.jsx @@ -8,7 +8,7 @@ const Categories = ({ selectedCategory, setSelectedCategory }) => ( direction="row" sx={{ overflowY: "auto", - height: { sx: "auto", md: "95%" }, + height: { xs: "auto", md: "95%" }, flexDirection: { md: "column" }, }} >