-
Notifications
You must be signed in to change notification settings - Fork 13.4k
Closed as not planned
Labels
package: core@ionic/core package@ionic/core packagetype: buga confirmed bug reporta confirmed bug report
Description
Bug Report
Ionic version:
[x] 4.x
Current behavior:
When placing an ion-content
as a direct child of ion-menu
on iOS, the content area is pushed up into the statusbar area.
Expected behavior:
The content should be pushed down by the safe-area amount.
Steps to reproduce:
Related code:
<ion-app>
<div class="ion-page" id="main"></div>
<ion-menu contentId="main">
<ion-content>
<ion-list>
<ion-item>Item 01</ion-item>
<ion-item>Item 02</ion-item>
<ion-item>Item 03</ion-item>
</ion-list>
</ion-content>
</ion-menu>
</ion-app>
jennyfofenny
Metadata
Metadata
Assignees
Labels
package: core@ionic/core package@ionic/core packagetype: buga confirmed bug reporta confirmed bug report