zio/stable
Eric Bailey 2023-07-18 15:26:04 -05:00
parent 1ca5792165
commit 9ef54814f0
1 changed files with 3 additions and 1 deletions

View File

@ -65,6 +65,8 @@ const styles = StyleSheet.create({
borderRadius: isMobileWeb ? 0 : 8,
marginBottom: isMobileWeb ? BOTTOM_BAR_HEIGHT : 0,
borderWidth: 1,
maxHeight: isMobileWeb ? `calc(100% - ${BOTTOM_BAR_HEIGHT}px)` : 'calc(100% - (40px * 2))',
maxHeight: isMobileWeb
? `calc(100% - ${BOTTOM_BAR_HEIGHT}px)`
: 'calc(100% - (40px * 2))',
},
})