diff --git a/src/views/Chores/components/CustomFilterChips.jsx b/src/views/Chores/components/CustomFilterChips.jsx index 5e5fbd9..2024507 100644 --- a/src/views/Chores/components/CustomFilterChips.jsx +++ b/src/views/Chores/components/CustomFilterChips.jsx @@ -73,12 +73,10 @@ const CustomFilterChips = ({ overflowX: 'auto', py: 1, '&::-webkit-scrollbar': { - height: 6, - }, - '&::-webkit-scrollbar-thumb': { - backgroundColor: 'neutral.400', - borderRadius: 3, + display: 'none', }, + scrollbarWidth: 'none', // Firefox + msOverflowStyle: 'none', // IE and Edge }} > {sortedFilters.map(filter => { @@ -170,20 +168,7 @@ const CustomFilterChips = ({ {hasWarning && } {!hasWarning && filter.overdueCount > 0 && ( - + {filter.overdueCount} )}