首页 > Web开发 > 详细

IE 10、11下cssfixed固定的背景在鼠标滚轮滚动时跳动解决方法

时间:2021-03-13 00:07:45      阅读:18      评论:0      收藏:0      [点我收藏+]

I know it is a bit late for an answer but I‘ve had the same problem and was able to fix it by adding these attributes to my css file.

html{
    overflow: hidden;
    height: 100%;    
}
body{
    overflow: auto;
    height: 100%;
}

  

IE 10、11下cssfixed固定的背景在鼠标滚轮滚动时跳动解决方法

原文:https://www.cnblogs.com/surplus/p/14526440.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!