Mobile Safari-15 Bottom Navigation Area Issue October 21, 2023 Post a Comment Issue If you open a modal (position absolute or fixed) when bottom navigation is collapsed, bottom navigation area remains with empty area. I think the area is browser area, so theSolution 1: i had the same issue.I use bootstrap (4.1v) and set.modal.modal-dialog-centered { min-height: 100vh; } Copyandhtml,body{ height:100vh; } CopyThats fix my issues with modals in IOS. Share Post a Comment for "Mobile Safari-15 Bottom Navigation Area Issue"
Post a Comment for "Mobile Safari-15 Bottom Navigation Area Issue"