diff options
Diffstat (limited to 'src/view/shell/Composer.web.tsx')
-rw-r--r-- | src/view/shell/Composer.web.tsx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/view/shell/Composer.web.tsx b/src/view/shell/Composer.web.tsx index e8f7908c2..b32ba90c4 100644 --- a/src/view/shell/Composer.web.tsx +++ b/src/view/shell/Composer.web.tsx @@ -76,11 +76,13 @@ const styles = StyleSheet.create({ borderRadius: 8, marginBottom: 0, borderWidth: 1, + // @ts-ignore web only maxHeight: 'calc(100% - (40px * 2))', }, containerMobile: { borderRadius: 0, marginBottom: BOTTOM_BAR_HEIGHT, + // @ts-ignore web only maxHeight: `calc(100% - ${BOTTOM_BAR_HEIGHT}px)`, }, }) |