关于移动端使用position:fixed/absolute出现随屏幕滚动情况
在position:fixed/absolute内加入
-webkit-transform: translateZ(0);
假如有遮罩情况则在内容区域,加入 :
margin-bottom:30px;//margin-top:30px;
抖动情况,则在内容区域,加入 :
overflow-y: auto;
在position:fixed/absolute内加入
-webkit-transform: translateZ(0);
假如有遮罩情况则在内容区域,加入 :
margin-bottom:30px;//margin-top:30px;
抖动情况,则在内容区域,加入 :
overflow-y: auto;