position: fixed doesn't work on iPad and iPhone

后端 未结 15 2078
一整个雨季
一整个雨季 2020-11-22 16:16

I have been struggling with fixed positioning in iPad for a while. I know iScroll and it does not always seem to work (even in their demo). I also know that Sencha has a fix

15条回答
  •  [愿得一人]
    2020-11-22 16:46

    Avoid on the same box using transform:--- and position:fixed. Element will stay in position:static if there is any transform.

提交回复
热议问题