Merge pull request #2718 from alphagov/sticky-footer-new-buttons

Add sticky footer on letter contact details, fix issues
This commit is contained in:
Chris Hill-Scott
2019-02-01 16:11:28 +00:00
committed by GitHub
4 changed files with 41 additions and 36 deletions

View File

@@ -50,6 +50,10 @@
$component.html(states.keyVisible(key, thing))
);
if ('stickAtBottomWhenScrolling' in GOVUK) {
GOVUK.stickAtBottomWhenScrolling.recalculate();
}
};
};