Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
CSSで要素を「固定」として配置したい。これを行うと、フローから外され、フロー内のすべてが隠され、「固定」要素と重なります。
これを考慮して、フロー内の固定要素と同じサイズのダミー要素を配置しています。相対的な配置を使用して流入要素をオフセットすると、問題が発生し、将来的に調整が増えるだけです。これを回避することを学びました。
おそらくCSSプロパティを使用して、オーバーラップを防止するためのよりエレガントな方法はありますか?