diff --git a/app/soapbox/features/ui/components/modals/familiar-followers-modal.tsx b/app/soapbox/features/ui/components/modals/familiar-followers-modal.tsx index 8bbd7adff..67e2d1dce 100644 --- a/app/soapbox/features/ui/components/modals/familiar-followers-modal.tsx +++ b/app/soapbox/features/ui/components/modals/familiar-followers-modal.tsx @@ -35,6 +35,8 @@ const FamiliarFollowersModal = ({ accountId, onClose }: IFamiliarFollowersModal) scrollKey='familiar_followers' emptyMessage={emptyMessage} itemClassName='pb-3' + style={{ height: '80vh' }} + useWindowScroll={false} > {familiarFollowerIds.map(id => ,