diff options
Diffstat (limited to 'client')
| -rw-r--r-- | client/src/lib/app/index.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/lib/app/index.js b/client/src/lib/app/index.js index dc4d9ac..0553155 100644 --- a/client/src/lib/app/index.js +++ b/client/src/lib/app/index.js @@ -153,7 +153,7 @@ const styles = StyleSheet.create({ }, inner: { flexDirection: 'row', - height: window.height - 50 - 50, + height: window.innerHeight - 50 - 50, }, logo: { marginTop: 0, |
