Sticky Container

This container has a sticky property. Applying the html stucture in the example file will allow items to stick.

Testing how sticky this thing is
Markup Details
                            {{ attach_library('goizueta_theme/sticky-container') }}

<section class="sticky-container">
  <div class="sticky-container__inner">
    {{ content }}
  </div>
</section>