diff --git a/ios/App/App/Info.plist b/ios/App/App/Info.plist
index 0cf779b50..ea47822b5 100644
--- a/ios/App/App/Info.plist
+++ b/ios/App/App/Info.plist
@@ -64,7 +64,7 @@
 		<string>armv7</string>
 	</array>
 	<key>UIStatusBarHidden</key>
-	<true/>
+	<false/>
 	<key>UISupportedInterfaceOrientations</key>
 	<array>
 		<string>UIInterfaceOrientationPortrait</string>
diff --git a/src/global.scss b/src/global.scss
index f86af4b53..12c8001eb 100644
--- a/src/global.scss
+++ b/src/global.scss
@@ -47,6 +47,7 @@ mat-toolbar {
 @media (min-width: 380px) {
   .ios mat-toolbar {
     padding-top: 30px;
+    min-height: 90px;
     height: 90px;
   }
 }
@@ -62,6 +63,7 @@ mat-toolbar {
 @media (min-height: 750px) {
   .ios mat-toolbar {
     padding-top: 30px;
+    min-height: 90px;
     height: 90px;
   }
 }