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