diff --git a/src/components/PostControls/ShareMenu/RecentChats.tsx b/src/components/PostControls/ShareMenu/RecentChats.tsx index 2738db057c..17e90e6ef0 100644 --- a/src/components/PostControls/ShareMenu/RecentChats.tsx +++ b/src/components/PostControls/ShareMenu/RecentChats.tsx @@ -47,7 +47,8 @@ export function RecentChats({postUri}: {postUri: string}) { style={[a.flex_1, a.pt_2xs, {minHeight: 98}]} contentContainerStyle={[a.gap_sm, a.px_md]} showsHorizontalScrollIndicator={false} - fadingEdgeLength={32}> + fadingEdgeLength={64} + nestedScrollEnabled> {convos && convos.length > 0 ? ( convos.map(convo => { const otherMember = convo.members.find(