Don't scroll vertical

This commit is contained in:
Lim Chee Aun 2024-03-01 13:20:12 +08:00
parent ab0472de02
commit b479fa1f35

View file

@ -531,6 +531,7 @@ function Catchup() {
.querySelector(`[data-author="${selectedAuthor}"]`)
?.scrollIntoView({
behavior: 'smooth',
block: 'nearest',
inline: 'center',
});
}, 500);