Fix page height on mobile.

Fix keyboard focus on mobile.
This commit is contained in:
Paul
2021-07-03 15:23:29 +01:00
parent 55633219f9
commit f25b488863
5 changed files with 14 additions and 6 deletions

View File

@@ -41,7 +41,7 @@ export default function App() {
return (
<OverlappingPanels
width="100vw"
height="100vh"
height="var(--app-height)"
leftPanel={inSpecial ? undefined : { width: 292, component: <LeftSidebar /> }}
rightPanel={(!inSettings && inChannel) ? { width: 240, component: <RightSidebar /> } : undefined}
bottomNav={{