...

/

Solution: Sticky Timeline Year Labels

Solution: Sticky Timeline Year Labels

Let’s build a vertical timeline where year labels stick to the top as you scroll through events.

Problem description

You have a scrollable vertical list of events grouped under year headings. As the user scrolls, the heading for the current year should stick to the top of its container until the next year’s heading reaches that position and replaces it. Implement this purely with CSS. ...