Open dmitryshelomanov opened 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
Bug: Content will not scroll if you set a fixed height o content and parent styles contains overflow scroll Short example
Example above dont works