Using '-webkit-overflow-scrolling: touch' hides content while scrolling/dragging

前端 未结 2 1619
余生分开走
余生分开走 2020-12-14 10:22

as the title says I\'m having the problem with content getting hidden while scrolling/dragging the content when using the CSS property -webkit-overflow-scrolling: touc

2条回答
  •  余生分开走
    2020-12-14 10:51

    This probably has to do with a bug in webkit. If you have any "position: relative" or absolute your code should work just fine.

提交回复
热议问题