Browse Source

Fix full height

pull/101/head
Sacha Weatherstone 3 years ago
parent
commit
0d7906c7e2
No known key found for this signature in database GPG Key ID: 7AB2D7E206124B31
  1. 2
      src/App.tsx

2
src/App.tsx

@ -29,7 +29,7 @@ export const App = (): JSX.Element => {
<Toaster /> <Toaster />
<MapProvider> <MapProvider>
<DeviceWrapper device={device}> <DeviceWrapper device={device}>
<div className="flex flex-col overflow-hidden bg-backgroundPrimary text-textPrimary"> <div className="flex h-screen flex-col overflow-hidden bg-backgroundPrimary text-textPrimary">
<div className="flex flex-grow"> <div className="flex flex-grow">
<DeviceSelector /> <DeviceSelector />
<div className="flex flex-grow flex-col"> <div className="flex flex-grow flex-col">

Loading…
Cancel
Save