stipsan / react-spring-bottom-sheet

Accessible ♿️, Delightful ✨, & Fast 🚀
https://react-spring.bottom-sheet.dev/
MIT License
971 stars 133 forks source link

How to scroll on mobile? #231

Open dmitryshelomanov opened 2 years ago

dmitryshelomanov commented 2 years ago

Bug: Content will not scroll if you set a fixed height o content and parent styles contains overflow scroll Short example

<div style={{overflow:scroll, height: 100}}>
  ...list
</div>

Example above dont works