Skip to content
This repository has been archived by the owner on Dec 5, 2018. It is now read-only.

Commit

Permalink
Web: Fix overflow issues with the height being 100% and update minimu…
Browse files Browse the repository at this point in the history
…m height to iPhone 5 size

Auditors: alpert
  • Loading branch information
allofthenorthwood committed Feb 9, 2016
1 parent f222105 commit 3b80a9a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion components/WebAppWrapper.js
Expand Up @@ -31,7 +31,7 @@ const styles = StyleSheet.create({
flex: 1,
flexDirection: "row",
justifyContent: "center",
minHeight: 480,
minHeight: 568,
maxHeight: 700,
},
content: {
Expand Down
1 change: 0 additions & 1 deletion index.html
Expand Up @@ -59,7 +59,6 @@
/* Custom */
html, body, #content {
box-sizing: border-box;
height: 100%;
margin: 0;
padding: 0;
}
Expand Down

0 comments on commit 3b80a9a

Please sign in to comment.