From cc89e7f770682d31a1e2f242fbf6ccf6f98f0bda Mon Sep 17 00:00:00 2001 From: Vali98 Date: Wed, 18 Dec 2024 17:59:30 +0800 Subject: [PATCH] fix: instruct scroll getting cut off --- app/Instruct.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Instruct.tsx b/app/Instruct.tsx index 770c3a1..5883728 100644 --- a/app/Instruct.tsx +++ b/app/Instruct.tsx @@ -473,8 +473,8 @@ const styles = StyleSheet.create({ scrollContainer: { flex: 1, - paddingVertical: 20, paddingHorizontal: 20, + marginTop: 16, }, selected: {