-
Notifications
You must be signed in to change notification settings - Fork 133
Closed
Labels
Description
Good morning,
I'm pretty surprised to find a bug of this kind.
Perhaps i'm doing something wrong.
With the following code as example, if i scroll within the second scrollbar, the first one will scroll too.
<ScrollBar
speed={0.8}
style={{height: '400px'}}
horizontal={false}
smoothScrolling= {true}
minScrollSize={40}>
<div style={{height: '800px', padding: '40px', border: '1px solid grey'}}>
<ScrollBar
speed={0.8}
style={{height: '200px'}}
horizontal={false}
smoothScrolling= {true}
minScrollSize={40}>
<div style={{height: '400px', padding: '40px', border: '1px solid,pink'backgroundColor: '#C2BFBF', color: 'white'}}>
</div>
</ScrollBar>
</div>
</ScrollBar>You can see the problem in this small video-clip : https://vid.me/qNTm
Thank for the answer,
Luc