From c3b9285f18cf14a40b11863e46e4cfa4e0a4b5a3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Espino=20Garc=C3=ADa?= Date: Mon, 16 Jun 2025 11:30:58 +0200 Subject: [PATCH] Fix style issues with scroll on report a problem screen (#8906) --- app/screens/report_a_problem/report_problem.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/screens/report_a_problem/report_problem.tsx b/app/screens/report_a_problem/report_problem.tsx index 1c55836b4..2b9c557da 100644 --- a/app/screens/report_a_problem/report_problem.tsx +++ b/app/screens/report_a_problem/report_problem.tsx @@ -43,10 +43,11 @@ const getStyleSheet = makeStyleSheetFromTheme((theme) => ({ gap: 20, }, body: { - paddingHorizontal: 20, + flex: 1, }, content: { gap: 16, + paddingHorizontal: 20, }, detailsTitle: { ...typography('Heading', 200, 'SemiBold'),