在移动设备上滚动时,CSS固定位置会移动

时间:2016-12-21 13:31:05

标签: ios css

我有一个移动设备的全屏图层并使用这些css行:

#buttons{
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: yellow;
    z-index: 99999;
}

每当我滚动页面时,固定层会轻轻移动到顶部,直到它完全消失。知道如何防止这种情况吗?非常感谢!

0 个答案:

没有答案