iOS over lapping screen

I have used ionic 5 iOS devices the header overlapping the padding issues. can you solve this problem.
I have attached the images also please verify guide me the solution.

check Designing Websites for iPhone X | WebKit

Thanks Julio it’s work for me

it’s a “safe-area” problem.
Very common.

There are a lot of discussions here in the forum

You can use safe-area-inset-* and other various CSS tricks to take care of the notch like you would on a browser.