From 8e4eb158e2bb2ea5ff7217b539287c2f3055b91b Mon Sep 17 00:00:00 2001 From: Halit Aksoy Date: Wed, 13 Jul 2022 16:13:52 +0300 Subject: [PATCH] fix mobile scroll issue --- src/Home.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Home.tsx b/src/Home.tsx index 25c10d7..c1e5f48 100644 --- a/src/Home.tsx +++ b/src/Home.tsx @@ -213,6 +213,7 @@ const Home: FunctionComponent<{ initial?: number }> = ({ initial = 0 }) => { alignItems: "center", background: theme?.background, flex: "1", + minHeight: "400px" }} > {showConnectionState && (