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",
|
||||
background: theme?.background,
|
||||
flex: "1",
|
||||
minHeight: "400px"
|
||||
}}
|
||||
>
|
||||
{showConnectionState && (
|
||||
|
||||
Loading…
Reference in New Issue
Block a user