mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-23 15:57:23 -04:00
Merge pull request #2983 from alphagov/add-js-tests-for-fullscreen-table
Add js tests for fullscreen table
This commit is contained in:
@@ -24,10 +24,10 @@
|
||||
.on('scroll', this.maintainHeight);
|
||||
|
||||
if (
|
||||
window.GOVUK.stopScrollingAtFooter &&
|
||||
window.GOVUK.stopScrollingAtFooter.updateFooterTop
|
||||
window.GOVUK.stickAtBottomWhenScrolling &&
|
||||
window.GOVUK.stickAtBottomWhenScrolling.recalculate
|
||||
) {
|
||||
window.GOVUK.stopScrollingAtFooter.updateFooterTop();
|
||||
window.GOVUK.stickAtBottomWhenScrolling.recalculate();
|
||||
}
|
||||
|
||||
this.maintainWidth();
|
||||
|
||||
Reference in New Issue
Block a user