When I am applying the CSS property "position: fixed" on the body a white space appears at the bottom of the screen.
steps to reproduce the issue:
- open any page on ios safari
- hide the address bar by scrolling up
- apply css property position fixed on body
You will see the extra space at the bottom of the screen. This area will be filled with address bar if the address bar is open.