IOS上z-index和fixed定位无效 在该元素上加: 1 2 3 4 -webkit-transform:translateZ(1px); -moz-transform:translateZ(1px); -o-transform:translateZ(1px); transform:translateZ(1px); 参考文档: https://stackoverflow.com/questions/20832531/mobile-safari-positionfixed-z-index-glitch-when-scrolling...
在IOS手机真机测试中发现,在引用的子组件中,其某个元素fixed定位设置z-index的值大于父组件中的fixed定位元素的z-index值,但是子组件却在父组件元素层级下面 回答关注问题邀请回答 收藏 分享 1 个回答 疯狂的小辣椒 2019-05-30 请具体描述问题出现的流程,并提供能复现问题的简单代码片段(https://developers.weixi...
在该元素上加: 1 2 3 4 -webkit-transform:translateZ(1px); -moz-transform:translateZ(1px); -o-transform:translateZ(1px); transform:translateZ(1px); 参考文档: https://stackoverflow.com/questions/20832531/mobile-safari-positionfixed-z-index-glitch-when-scrolling...