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