Merge pull request #15 from jhalitaksoy/fix/mobile-scroll

fix mobile scroll issue
This commit is contained in:
Halit Aksoy 2022-07-13 16:16:45 +03:00 committed by GitHub
commit a07df5b62d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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