Skip to content

Commit a266c6d

Browse files
committed
feat: add a scroll to top link between topics
1 parent 38c2af8 commit a266c6d

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

confiture-web-app/src/components/AuditGenerationPageCriteria.vue

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,12 @@ const store = useFiltersStore();
3737
:audit-unique-id="auditUniqueId"
3838
/>
3939
</ol>
40+
41+
<div class="fr-grid-row fr-grid-row--right">
42+
<a class="fr-link fr-icon-arrow-up-fill fr-link--icon-left" href="#main">
43+
Haut de page
44+
</a>
45+
</div>
4046
</section>
4147
</template>
4248

0 commit comments

Comments
 (0)