fix mobile scroll issue

This commit is contained in:
Halit Aksoy 2022-07-13 16:13:52 +03:00
parent bdefcb37f2
commit 8e4eb158e2

View File

@ -213,6 +213,7 @@ const Home: FunctionComponent<{ initial?: number }> = ({ initial = 0 }) => {
alignItems: "center",
background: theme?.background,
flex: "1",
minHeight: "400px"
}}
>
{showConnectionState && (