Fix mobile height.

Add send button.
This commit is contained in:
Paul
2021-06-20 20:36:52 +01:00
parent 9e460c5b3d
commit a24bcf9f86
2 changed files with 17 additions and 10 deletions

View File

@@ -29,7 +29,7 @@ export default function App() {
return (
<OverlappingPanels
width="100vw"
height="100%"
height="100vh"
leftPanel={{ width: 292, component: <LeftSidebar /> }}
rightPanel={{ width: 240, component: <RightSidebar /> }}
docked={isTouchscreenDevice ? Docked.None : Docked.Left}>