Top
Fork me on Gitee
摘要: 原因:html、body设置了 height: 100% 的自适应布局后,高度跟随屏幕的可用高度改变而改变导致的。 解决办法: 1、不使用 fixed 定位,使用替代方案(推荐): a:使用 position:absolute; overflow-y:scroll; b:使用 display:fle 阅读全文
posted @ 2022-03-03 17:45 lisashare 阅读(2007) 评论(0) 推荐(0) 编辑