diff --git a/frontend/src/components/pages/HomePage/SearchAndFilters.tsx b/frontend/src/components/pages/HomePage/SearchAndFilters.tsx index c377ddfc..b4e7d704 100644 --- a/frontend/src/components/pages/HomePage/SearchAndFilters.tsx +++ b/frontend/src/components/pages/HomePage/SearchAndFilters.tsx @@ -202,7 +202,7 @@ const SearchAndFilters = ({ }, []); return ( - + FILTER BY diff --git a/frontend/src/theme/common/tableStyles.tsx b/frontend/src/theme/common/tableStyles.tsx index 8def85ad..e07cb9b9 100644 --- a/frontend/src/theme/common/tableStyles.tsx +++ b/frontend/src/theme/common/tableStyles.tsx @@ -17,7 +17,6 @@ const Table: ComponentStyleConfig = { thead: { position: "sticky", top: 0, - zIndex: 1, }, }, },