{# ========================================================================= #}
{# :: Settings & variables #}
{# ========================================================================= #}
{% set params = {
  scope: "s-scroll"
} %}

{# ========================================================================= #}
{# :: Info #}
{# ========================================================================= #}
{% set info %}

Layout that makes the content full height & scrollable on mobile, and makes the bottom fixed at the bottom of the screen

{% endset %}

{# ========================================================================= #}
{# :: Preview #}
{# ========================================================================= #}
{% set preview %}

<div class="l-scroll">
  <div class="l-scroll__content">l-scroll__content</div>
  <div class="l-scroll__bottom">l-scroll__bottom</div>
</div>


{% endset %}