
Pure CSS sticky header with position:sticky & Stickyfill.js ( position:sticky polyfill )
DRANK
#Pure CSS sticky header with position:sticky ```CSS .hoge { position: -webkit-sticky; position: sticky; ...