react-custom-scrollbars
react-custom-scrollbars copied to clipboard
element.ScrollIntoView with true option
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