fix(toolbar): place iOS border on ion-header/footer

This commit is contained in:
Adam Bradley
2016-06-17 22:19:51 -05:00
parent 8be0a9ffb3
commit 48c1ffd4f9
3 changed files with 32 additions and 18 deletions

View File

@ -488,7 +488,7 @@ export class Content extends Ion {
this._scrollEle.style.paddingBottom = (this._paddingBottom > 0 ? this._paddingBottom + 'px' : '');
}
if (this._tabbarOnTop && this._tabs) {
if (this._tabbarOnTop !== null && this._tabs) {
if (this._tabbarOnTop) {
this._tabs.setTabbarPosition(this._headerHeight, -1);