diff options
Diffstat (limited to 'client/src/lib/app')
| -rw-r--r-- | client/src/lib/app/index.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/client/src/lib/app/index.js b/client/src/lib/app/index.js index 0553155..29a5bf9 100644 --- a/client/src/lib/app/index.js +++ b/client/src/lib/app/index.js @@ -152,6 +152,7 @@ const styles = StyleSheet.create({ backgroundColor: '#000000', }, inner: { + flex: 1, flexDirection: 'row', height: window.innerHeight - 50 - 50, }, |
