diff --git a/src/components/CategoryDropdown.tsx b/src/components/CategoryDropdown.tsx index 1ca8328..7c9b2d4 100644 --- a/src/components/CategoryDropdown.tsx +++ b/src/components/CategoryDropdown.tsx @@ -25,7 +25,8 @@ const CategoryDropdown:React.FC = ({page, categoryName, h PaperProps: { style: { maxHeight: ITEM_HEIGHT * 4.5 + ITEM_PADDING_TOP, - width: 450, + // width: 300, + // overflow: scroll, }, }, }; @@ -59,6 +60,7 @@ const CategoryDropdown:React.FC = ({page, categoryName, h MenuProps={MenuProps} inputProps={{ 'aria-label': 'Without label' }} className="bg-white h-10" + autoWidth >