Merge pull request #2843 from alphagov/stop-sticky-overlapping-focus

Prevent sticky controls overlapping focus
This commit is contained in:
Tom Byers
2019-03-18 13:31:26 +00:00
committed by GitHub
3 changed files with 169 additions and 5 deletions

View File

@@ -74,6 +74,7 @@
{% if current_user.has_permissions('manage_templates') %}
{% call form_wrapper(
class='sticky-scroll-area',
module='template-folder-form',
data_kwargs={'prev-state': templates_and_folders_form.op or None}
) %}