mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-22 05:21:52 +08:00
fix(content): set footer height to 0 so it won't be undefined
This commit is contained in:
@ -456,6 +456,7 @@ export class Content extends Ion {
|
||||
this._paddingBottom = 0;
|
||||
this._paddingLeft = 0;
|
||||
this._headerHeight = 0;
|
||||
this._footerHeight = 0;
|
||||
this._tabbarPlacement = null;
|
||||
|
||||
let ele: HTMLElement = this._elementRef.nativeElement;
|
||||
|
Reference in New Issue
Block a user