Problem
When opening a modal with position absolute or fixed while the bottom navigation is collapsed, there remains an empty area in the bottom navigation section. This issue seems to be related to the browser area, making it difficult to remove using CSS or JavaScript.
Is there a solution to eliminate the empty area?
- I tried setting the body position to fixed to prevent scrolling, but the problem persists especially when the body position is set to fixed.
Video demonstrating the Safari 15 bottom navigation area issue