diff --git a/components/Accordion.jsx b/components/Accordion.jsx index 2a78543..5f187b5 100644 --- a/components/Accordion.jsx +++ b/components/Accordion.jsx @@ -27,7 +27,7 @@ const Accordion = ({ children, title = "More" }) => { } // 4. and scroll into view and focus targetElement.focus(); - targetElement.scrollIntoView({ behavior: "smooth", block: "center" }); + targetElement.scrollIntoView({ block: "center" }); if ("scrollRestoration" in history) { history.scrollRestoration = "auto"; }