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) => {
return (
<Layout.Container
overflowY="hidden"
height={ [ '-webkit-fill-available', '100vh' ] }
height="$100vh"
display="flex"
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