diff --git a/src/components/Roadmaps/RoadmapsPage.tsx b/src/components/Roadmaps/RoadmapsPage.tsx index a26e0981b..4a29e9956 100644 --- a/src/components/Roadmaps/RoadmapsPage.tsx +++ b/src/components/Roadmaps/RoadmapsPage.tsx @@ -394,7 +394,7 @@ export function RoadmapsPage() { useEffect(() => { if (!isFilterOpen) { - document?.getElementById('filter-button')?.focus(); + document?.getElementById('filter-button')?.bringIntoView(); } }, [isFilterOpen]);