码迷,mamicode.com
首页 > 移动开发 > 详细

各浏览器 position: fixed 造成的bug 通用解决办法,Safari, iOS

时间:2018-08-16 13:34:54      阅读:793      评论:0      收藏:0      [点我收藏+]

标签:safari   idt   href   style   nbsp   http   lan   dwr   使用   

将原来使用 position: fixed  的元素外层包裹一个 div.fixedWrapper

.fixedWrapper {
    width: 100%;
    overflow: hidden;
    position: relative;
}

 

原贴:StackOverflow

各浏览器 position: fixed 造成的bug 通用解决办法,Safari, iOS

标签:safari   idt   href   style   nbsp   http   lan   dwr   使用   

原文地址:https://www.cnblogs.com/savokiss/p/9486240.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!