mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-11 10:28:41 -04:00
Recalculate stickyness after API keys have rendered
This commit is contained in:
@@ -50,6 +50,10 @@
|
|||||||
$component.html(states.keyVisible(key, thing))
|
$component.html(states.keyVisible(key, thing))
|
||||||
);
|
);
|
||||||
|
|
||||||
|
if ('stickAtBottomWhenScrolling' in GOVUK) {
|
||||||
|
GOVUK.stickAtBottomWhenScrolling.recalculate();
|
||||||
|
}
|
||||||
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user