1. 程式人生 > >IOS上z-index和fixed定位無效

IOS上z-index和fixed定位無效

IOS上z-index和fixed定位無效

在該元素上加:

-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