Removing The Top Safe Area

I am developing a website for mobile phones. I use an iPhone X on Google Chrome, and Framework 7 adds the safe area onto the website, where it is not needed since I am using a web browser. Is there any way to remove the top safe area?

There is already issue opened for this https://github.com/framework7io/framework7/issues/3169 cc @shastox

But it is actually Chrome’s bug, as it is Chrome sets env(safe-area-inset-top) when it shouldn’t. You can try to detect Chrome in JS https://stackoverflow.com/questions/13807810/ios-chrome-detection and based on this set statusbar.enabled = false and statusbar.overlay = false app parameters: https://framework7.io/docs/statusbar.html#statusbar-app-parameters