diff --git a/src/timelines/Home.tsx b/src/timelines/Home.tsx index b177b2d..d303c72 100644 --- a/src/timelines/Home.tsx +++ b/src/timelines/Home.tsx @@ -282,6 +282,12 @@ const Home: ParentComponent = (props) => { if (items.length > idx) { items.item(idx).scrollIntoView({ block: "start", behavior: "smooth" }); } + if (isTabFocus(idx)) { + items.item(idx).scrollTo({ + top: 0, + behavior: "smooth", + }); + } }; const openFullScreenToot = (