Browse Source

Fix full height

pull/110/head
Sacha Weatherstone 3 years ago
committed by Malte Grimm
parent
commit
5649074027
  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