Remove has-header class

This is my code
<ion-content scroll="true">some content</ion-content>
When i add <ion-content> means automatically added “has-header” class and it take top:44px;

I don’t want has-header class. But when i override this to 0px means my content is hide.

Is there any way to prevent has-header class???

Any one Please suggest me…