malte-wessel / react-custom-scrollbars

React scrollbars component
http://malte-wessel.github.io/react-custom-scrollbars/
MIT License
3.2k stars 577 forks source link

element.ScrollIntoView with true option #379

Open JumpAttacker opened 3 years ago

JumpAttacker commented 3 years ago

When im using element.scrollIntoView(true)

foundItem.scrollIntoView({
        block: "center" // or 'start'
        behavior: "smooth"
      });

scroll working is not correnctly

reproduce link https://codesandbox.io/s/react-fiddle-forked-bvesc?file=/src/App.js