各瀏覽器 position: fixed 形成的bug 通用解決辦法,Safari, iOS

將原來使用 position: fixed  的元素外層包裹一個 div.fixedWrappercss

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

 

原貼:StackOverflowapp

相關文章
相關標籤/搜索