fix mobile scroll issue
This commit is contained in:
parent
bdefcb37f2
commit
8e4eb158e2
@ -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