Ionic build ignores no-header class on iOS

When testing the class="no-header" on ion-content it works in the browser, but the build process adds classes that mean it ends up ignoring this and effectively breaking my flex layouts on iOS. How can I get the build process to respect the no-header class and not shove my content down 65 or so pixels?