jQuery - Use window scrollbar to scroll content inside a DIV

前端 未结 3 1960
梦谈多话
梦谈多话 2021-01-27 08:34

Is it possible to use window scrollers to scroll a big DIV content? instead of its own div scroller?

3条回答
  •  北荒
    北荒 (楼主)
    2021-01-27 09:11

    Something like

    • Make the body fixed position
    • Add event listeners to body scroll
    • Apply the body scroll to the desired container

提交回复
热议问题