我的粘性頭蓋住了垂直滾動條,有沒有辦法解決這個問題?粘性頭蓋住垂直滾動條
頁眉代碼(使用HTML5標籤)
header {
background: none repeat scroll 0 0 #283744;
border-bottom: 4px solid #4F5B66;
height: 97px;
margin-top: 0;
position: fixed;
top: 0;
width: 100%;
z-index: 999;
}
那是滾動的地圖'iframe'或實際的頁面?我沒有看到如何在網頁上重疊滾動條,但不確定它實際上是否可行。 – MackieeE
Usee css :: header {margin-right:20px; } –
這是一個實際頁面的滾動條。它發生在每個頁面上,而不管iFrame存在或不存在的地圖。 – Lysergix