You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Footer menu style is broken when the page is loaded from the iPhone home screen. It looks fine when it is opened on a regular safari tab or other browsers. I did a little debugging and it looks like the env(safe-area-inset-XXXXX) values break the style.
It might need to use a media query of [display-mode: standalone](https://developer.mozilla.org/en-US/docs/Web/CSS/@media/display-mode) to make the spacing values conditional.
The text was updated successfully, but these errors were encountered:
OS: iOS 15.3.1
Browser: Safari (home screen)
Repro Steps:
Footer menu style is broken when the page is loaded from the iPhone home screen. It looks fine when it is opened on a regular safari tab or other browsers. I did a little debugging and it looks like the
env(safe-area-inset-XXXXX)
values break the style.Overwriting values to 0 on margin bottom on the Footer and the padding top and bottom on the child fixes it.
It might need to use a media query of
[display-mode: standalone](https://developer.mozilla.org/en-US/docs/Web/CSS/@media/display-mode)
to make the spacing values conditional.The text was updated successfully, but these errors were encountered: