Use sticky footer when setting email branding

You don’t want to scroll all the way through the big list to get to the
button.
This commit is contained in:
Chris Hill-Scott
2019-01-29 10:01:10 +00:00
parent 0d3dec1058
commit 220abea41c

View File

@@ -22,14 +22,12 @@
{{ radios(form.branding_style) }}
</div>
</div>
<div class="grid-row">
<div class="column-three-quarters">
{{ page_footer(
'Preview',
back_link=url_for('.service_settings', service_id=current_service.id),
back_link_text='Back to settings'
) }}
</div>
<div class="js-stick-at-bottom-when-scrolling">
{{ page_footer(
'Preview',
back_link=url_for('.service_settings', service_id=current_service.id),
back_link_text='Back to settings'
) }}
</div>
{% endcall %}