/* Try add this class to the element that you would like to make "sticky" - I hope it helps, happy coding ^_^ */ .sticky{ position: -webkit-sticky; /* Safari */ position: sticky; top: 0; }