diff --git a/src/components/right/Profile.tsx b/src/components/right/Profile.tsx index 1a651f212..c292ef17b 100644 --- a/src/components/right/Profile.tsx +++ b/src/components/right/Profile.tsx @@ -869,7 +869,7 @@ const Profile: FC = ({ ); } - const activeListSelector = `.shared-media-transition > .Transition_slide-active.${resultType}-list`; + const activeListSelector = `.shared-media-transition > .Transition_slide-active .${resultType}-list`; const itemSelector = `${activeListSelector} > .scroll-item`; return (