我有background-attachment: fixed;
我的英雄部分,它适用于 Firefox 和 safari,但不适用于 chrome。我可以通过更改来让它工作,position:relative;
但是z-index: -1;
随后英雄中的按钮变得无法使用,这也会在 Firefox 和 safari 中产生问题。
#hero {
padding-top: 60px;
background-attachment: fixed;
background-repeat: no-repeat;
background-position: center;
background-size: cover;
}
我尝试根据我发现的其他帖子将父位置更改为静态,但这也不起作用。