Main content

Scroll down the page!

How to recreate this

Position the columns with flex. Then apply two lines of CSS to the sidebar to make it sticky:

              .sidebar {
                position: sticky;
                top: 0;
              }
                  
Include position: -webkit-sticky; for Safari.