遇到一个问题,项目中有个底部导航的功能,用css fixed固定在最下方,很多页面都正常,但是发现添加购物地址的时候,会弹出一个遮罩层遮罩层上面是输入地址的地方,这个时候在遮罩层上上下滑动的时候,发现导航会闪动,

解决方式是在导航的nav中添加一行css:

-webkit-transform: translate3d(0,0,0);

引用:

http://stackoverflow.com/questions/20905941/blinking-fixed-header-in-site-with-scrolling-animation

 http://www.cnblogs.com/PeunZhang/p/3510083.html

相关文章:

  • 2021-12-19
  • 2021-12-22
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-12-06
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2021-09-30
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-11-04
  • 2022-12-23
相关资源
相似解决方案