diff --git a/app/assets/javascripts/apiKey.js b/app/assets/javascripts/apiKey.js index 4b7889d97..79c2540b4 100644 --- a/app/assets/javascripts/apiKey.js +++ b/app/assets/javascripts/apiKey.js @@ -50,6 +50,10 @@ $component.html(states.keyVisible(key, thing)) ); + if ('stickAtBottomWhenScrolling' in GOVUK) { + GOVUK.stickAtBottomWhenScrolling.recalculate(); + } + }; }; diff --git a/app/templates/views/organisations/organisation/users/index.html b/app/templates/views/organisations/organisation/users/index.html index f2a4d7b10..0226ade87 100644 --- a/app/templates/views/organisations/organisation/users/index.html +++ b/app/templates/views/organisations/organisation/users/index.html @@ -11,16 +11,9 @@ {% block maincolumn_content %} -