diff options
Diffstat (limited to 'src/view/com/util/Views.web.tsx')
-rw-r--r-- | src/view/com/util/Views.web.tsx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/view/com/util/Views.web.tsx b/src/view/com/util/Views.web.tsx index 58a367f20..bbd9ce04a 100644 --- a/src/view/com/util/Views.web.tsx +++ b/src/view/com/util/Views.web.tsx @@ -118,6 +118,7 @@ const styles = StyleSheet.create({ contentContainer: { borderLeftWidth: 1, borderRightWidth: 1, + // @ts-ignore web only minHeight: '100vh', }, container: { @@ -133,6 +134,7 @@ const styles = StyleSheet.create({ marginRight: 'auto', }, fixedHeight: { + // @ts-ignore web only height: '100vh', }, stableGutters: { |