iOS not respecting z-index with -webkit-overflow-scrolling

后端 未结 4 544
被撕碎了的回忆
被撕碎了的回忆 2021-01-03 20:35

Problem:

On iOS the z-index of a scrollable area is ignored when using -webkit-overflow-scrolling. If two objects with -webkit-over

4条回答
  •  长发绾君心
    2021-01-03 20:54

    Assuming you face the problem like them. Please, take a look at these post:

    • https://stackoverflow.com/a/20898012/4168867

    • [Solved] Safari for iOS: z-index order bug scrolling a page with a fixed element

    • https://stackoverflow.com/a/9227478/4168867

    Hope this help!

提交回复
热议问题