CSR-762 Fix scrolling issue
This commit is contained in:
parent
4293781d9b
commit
187b02e512
1 changed files with 2 additions and 0 deletions
|
|
@ -13,6 +13,7 @@
|
|||
</div>
|
||||
|
||||
<div class="w-100 d-flex justify-content-center">
|
||||
|
||||
<fieldset
|
||||
class="w-100"
|
||||
:aria-required="isRequired"
|
||||
|
|
@ -22,6 +23,7 @@
|
|||
<legend
|
||||
class="sr-only"
|
||||
:data-focus-target="formatString(groupName)"
|
||||
tabindex="-1"
|
||||
:id="formatString(groupName)">
|
||||
{{ questionText }}
|
||||
{{
|
||||
|
|
|
|||
Loading…
Reference in a new issue