Commit 33e1cf1b authored by Max Alekseenko's avatar Max Alekseenko

fix fullscreen height on android

parent 3944283d
...@@ -11,7 +11,7 @@ const LayoutDefault = ({ children }: Props) => { ...@@ -11,7 +11,7 @@ const LayoutDefault = ({ children }: Props) => {
return ( return (
<Layout.Container <Layout.Container
overflowY="hidden" overflowY="hidden"
height={ [ '-webkit-fill-available', '100vh' ] } height="$100vh"
display="flex" display="flex"
flexDirection="column" flexDirection="column"
> >
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment