Css – ionic controlling height of controller modal
i am using a controller popup launching like this async openNwInsights(){ const modal = await this.modalCtl.create({ component: ExplainNetworthComponent }) modal.present(); const { data, role } = await modal.onWillDismiss(); } the HTML for this component is like this <ion-header> <ion-toolbar> <ion-buttons…