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
i had the same problem, i fixed it by removing the transform:translateY CSS i placed on the footer of the page.
transform:translateY
footer