From 7d765daeebcaa6c109c551cfb563a946a53086e5 Mon Sep 17 00:00:00 2001 From: Samuel Newman Date: Fri, 12 Jun 2026 12:08:03 +0300 Subject: [PATCH] Fix block dialog overflow issues --- src/components/moderation/BlockDialog.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/components/moderation/BlockDialog.tsx b/src/components/moderation/BlockDialog.tsx index ed20c6f50a..540f1603f0 100644 --- a/src/components/moderation/BlockDialog.tsx +++ b/src/components/moderation/BlockDialog.tsx @@ -244,7 +244,8 @@ function BlockDialogInner({ scrollIndicatorInsets={{top: headerHeight, bottom: footerHeight}} onEndReached={() => void onEndReached()} onEndReachedThreshold={0.5} - style={[web([{maxWidth: 420}])]} + style={[web([{height: '100vh', maxHeight: 600}])]} + webInnerStyle={[{maxWidth: 420}]} /> ) } @@ -340,11 +341,10 @@ function MutualGroupChat({ a.py_sm, native(a.px_2xl), ]}> - + - - + + {convo.details.name} {isViewerOwner ? (