Open
Description
The problem
On Safari, scrolling out of the bounds causes weird wiggling/shaking of the inner view.
I suppose this has to do with the debouncing that Safari allows, but some React code doesn't seem to like negative values?
How to reproduce
Steps to reproduce:
- Open Safari on Mac OS
- Navigate to the official example: https://4q5nn.sse.codesandbox.io/scroll-view
- Scroll out of bounds
Expected behavior
No wiggling.
Environment (include versions). Did this work in previous versions?
See official example.
I would be willing to fix this issue if someone points me into the right direction!