Merge pull request #15 from jhalitaksoy/fix/mobile-scroll
fix mobile scroll issue
This commit is contained in:
commit
a07df5b62d
@ -213,6 +213,7 @@ const Home: FunctionComponent<{ initial?: number }> = ({ initial = 0 }) => {
|
|||||||
alignItems: "center",
|
alignItems: "center",
|
||||||
background: theme?.background,
|
background: theme?.background,
|
||||||
flex: "1",
|
flex: "1",
|
||||||
|
minHeight: "400px"
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
{showConnectionState && (
|
{showConnectionState && (
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user