mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-22 05:21:52 +08:00
fix(toolbar): place iOS border on ion-header/footer
This commit is contained in:
@ -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);
|
||||
|
||||
|
Reference in New Issue
Block a user