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><divclass="ion-page" id="main"></div><ion-menucontentId="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>

Bug Report
Ionic version:
[x] 4.x
Current behavior:
When placing an
ion-contentas a direct child ofion-menuon 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: