iOS Safari scroll to top does not work on certain pages. Why?

前端 未结 2 653
萌比男神i
萌比男神i 2021-01-02 12:58

Disclaimer: The site has meanwhile been updated, this issue does not occur anymore with the new version of the design.

On a new site I built I noti

2条回答
  •  旧巷少年郎
    2021-01-02 13:32

    -webkit-overflow-scrolling:touch is the problem. If you use that anywhere in your CSS, the scroll-to-top shortcut stops working. This is a known problem with iOS 5, there is no workaround unfortunately. Hopefully it will be fixed in iOS 6.

提交回复
热议问题