react-spring-bottom-sheet icon indicating copy to clipboard operation
react-spring-bottom-sheet copied to clipboard

How to scroll on mobile?

Open dmitryshelomanov opened this issue 1 year ago • 0 comments

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

dmitryshelomanov avatar Aug 23 '22 13:08 dmitryshelomanov