goldenyz / react-perfect-scrollbar

A react wrapper for perfect-scrollbar
MIT License
482 stars 92 forks source link

Two vertical scrolls #80

Closed maxshev closed 4 years ago

maxshev commented 5 years ago

I have 2 blocks, one(small-children) inside second(big-parent), both have 2 vertical scrolls. When small scroll end, big window start scrolling (all this time mouse inside small block). On default scroll it works good: when scrolling stop in small window, big windows doesn't continue scroll.

i try to fix it by using :hover, but it doesn't help.

goldenyz commented 4 years ago

Could you repro it on certain example project or codesandbox.io to help me find out what happens?

goldenyz commented 4 years ago

I will close this issue for no any updates.