I am using ScrollIntoView() to scroll the highlighted item in a list into view. When I scroll downwards ScrollIntoView(false) works perfectly. But when I scroll upwards, Scr
Play around with scrollIntoViewIfNeeded() ... make sure it's supported by the browser.
scrollIntoViewIfNeeded()