UX: [permissiongroup] fix form with new sticky-form class

This commit is contained in:
2023-04-14 13:55:54 +02:00
parent 318a84e04d
commit 8042edc13c
2 changed files with 32 additions and 10 deletions

View File

@@ -73,7 +73,7 @@
<p>{{ 'This group does not provide any permission'|trans }}</p>
{%- endif -%}
<div class="mt-5">
<div class="sticky-form">
<h2>{{ 'Grant new permissions'|trans }}</h2>
{{ form_start(add_role_scopes_form) }}