Ionic Content Overlapping With Ion-header

Posted By Weston Ganger

I was using the ion-header or ion-header-bar but was having the content go underneath the bar or the IOS status bar was doing weird things.

To fix this you just have to add class to the ion-content tag
<pre>
<code class="language-markup">
<ion-content class="has-header">
</ion-content>



Related External Links:

- [Stack Overflow - ion-content-overlap-with-ion-header-bar](http://stackoverflow.com/questions/25408257/ion-content-overlap-with-ion-header-bar)

Article Topic:Software Development - Javascript

Date:December 07, 2015