bvaughn / react-window

React components for efficiently rendering large lists and tabular data
https://react-window.now.sh/
MIT License
15.72k stars 782 forks source link

Safari does not hide toolbar after installing react-window #642

Closed spacepolice10 closed 2 years ago

spacepolice10 commented 2 years ago

Hi,

Is it expected behavior for Apple's mobile browser? VariableSizeList is the only component in the DOM right now. It has computed height of document.body.clientHeight. The problem is that Safari hides part of the content behind the toolbar for some reason. It doesn't hide it while scrolling and it ignores properties like margin-bottom. Any hacks to return standard browser's behavior (it is the same for WebViews like Chrome and Firefox for iOS).

Thanks in advance