react-custom-scrollbars icon indicating copy to clipboard operation
react-custom-scrollbars copied to clipboard

element.ScrollIntoView with true option

Open JumpAttacker opened this issue 4 years ago • 0 comments

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

JumpAttacker avatar Jan 14 '21 07:01 JumpAttacker