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
When the bottom bar in Safari is not visible, the handbook menu collides with the home indicator on iPhone. By adding padding using env(safe-area-inset-bottom), this can be remedied without adding excess padding in cases where the viewport is rectangular. See this WebKit blog post for more detail.
Why:
Alternative ideas:
Another option would be to move the menu to the top of the screen, since there is always some sort of top bar when using Safari.
The text was updated successfully, but these errors were encountered:
Hello! As per #2804, we are automatically closing all open issues. Please see #2804 for a description of what issues and PRs can be accepted going forward.
Improvement Idea:
When the bottom bar in Safari is not visible, the handbook menu collides with the home indicator on iPhone. By adding padding using
env(safe-area-inset-bottom)
, this can be remedied without adding excess padding in cases where the viewport is rectangular. See this WebKit blog post for more detail.Why:
Alternative ideas:
Another option would be to move the menu to the top of the screen, since there is always some sort of top bar when using Safari.
The text was updated successfully, but these errors were encountered: