Ion-content fullscreen="true" does nothing

Code

<ion-header>
...
</ion-header>
<ion-content>
...
</ion-content>

Putting fullscreen="true" on ion-content doesn’t seem to do anything. Inspecting from chrome devtools, both ion-header and ion-content seem to always have

position: absolute;
top: 0;
left: 0;

Also the parent <ion-page> also seemed to have the same css rules. Changed it to position: relative, didn’t do anything.

regardless fullscreen="true | false"

I’m on beta.11, is that a known issue?

@mhartington @brandyshea

This work around solved the problem. Ion-content: fullscreen with no marginTop/paddingTo