よく「CSSを書いたのにstickyしない」とご質問いただきます。以下4つをチェックすると、ほぼ解決できる☀️
✅stickyしたい要素に、親要素(スティッキーコンテナ)はある?
✅スティッキーコンテナの高さはある?
✅top: 0;など固定したい位置は指定した?
✅親&祖先要素にoverflow: hidden指定はない?
Creating a sticky header in CSS ✨
-> This position type in CSS is a combination of relative and fixed types, in that it looks like relative, ,when scrolling, it sticks to the provided location.
-> In this example, we are sticking each heading to the top (top :0)