tweak scrollview

This commit is contained in:
Samuel Newman
2025-03-06 16:15:34 +00:00
parent e21bee6e35
commit 4a301753e2
@@ -47,7 +47,8 @@ export function RecentChats({postUri}: {postUri: string}) {
style={[a.flex_1, a.pt_2xs, {minHeight: 98}]} style={[a.flex_1, a.pt_2xs, {minHeight: 98}]}
contentContainerStyle={[a.gap_sm, a.px_md]} contentContainerStyle={[a.gap_sm, a.px_md]}
showsHorizontalScrollIndicator={false} showsHorizontalScrollIndicator={false}
fadingEdgeLength={32}> fadingEdgeLength={64}
nestedScrollEnabled>
{convos && convos.length > 0 ? ( {convos && convos.length > 0 ? (
convos.map(convo => { convos.map(convo => {
const otherMember = convo.members.find( const otherMember = convo.members.find(