hotfix: Box height 100%->100vh

This commit is contained in:
Johannes Lötzsch 2022-03-11 14:28:09 +01:00
parent f05a49d695
commit a51eddd187
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ const HostOfferLookupWrapper = ({}: HostLookupWrapperProps) => {
display: 'flex',
alignItems: 'stretch',
flexDirection: 'column',
height: '100%'}}>
height: '100vh'}}>
<div
style={{flex: '1 1', height: '100%'}}>
<HostOfferLookupTable data={data}/>