diff --git a/src/pages/catchup.jsx b/src/pages/catchup.jsx index ff9df7ce..d9aad889 100644 --- a/src/pages/catchup.jsx +++ b/src/pages/catchup.jsx @@ -531,6 +531,7 @@ function Catchup() { .querySelector(`[data-author="${selectedAuthor}"]`) ?.scrollIntoView({ behavior: 'smooth', + block: 'nearest', inline: 'center', }); }, 500);