ScrollIntoView() causing the whole page to move

后端 未结 12 2067
庸人自扰
庸人自扰 2020-11-30 21:40

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

12条回答
  •  谎友^
    谎友^ (楼主)
    2020-11-30 22:08

    i had the same problem, i fixed it by removing the transform:translateY CSS i placed on the footer of the page.

提交回复
热议问题