私はbackground-attachment: fixed;
自分のヒーローセクションを持っていますが、Firefox と Safari では動作しますが、Chrome では動作しません。position:relative;
andに変更することで機能させることができz-index: -1;
ますが、ヒーロー内のボタンが使用できなくなり、Firefox と Safari でも問題が発生します。
#hero {
padding-top: 60px;
background-attachment: fixed;
background-repeat: no-repeat;
background-position: center;
background-size: cover;
}
私が見つけた他の投稿に基づいて、親の位置を静的に変更しようとしましたが、それもうまくいきませんでした。