mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-06 18:08:25 -04:00
Merge pull request #2615 from alphagov/fix-find-sticky
Fix sticky with find as you type
This commit is contained in:
@@ -27,6 +27,12 @@
|
|||||||
|
|
||||||
});
|
});
|
||||||
|
|
||||||
|
// make sticky JS recalculate its cache of the element's position
|
||||||
|
// because live search can change the height document
|
||||||
|
if ('stickAtBottomWhenScrolling' in GOVUK) {
|
||||||
|
GOVUK.stickAtBottomWhenScrolling.recalculate();
|
||||||
|
}
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user