forked from abner/for-legacy-web
Fix page height on mobile.
Fix keyboard focus on mobile.
This commit is contained in:
@@ -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={{
|
||||
|
||||
Reference in New Issue
Block a user