feat: Added scroll to top on all pages that have recipeCardSection (#7384)

This commit is contained in:
Brian Choromanski
2026-04-03 00:11:16 -04:00
committed by GitHub
parent 4ee97e5348
commit bb278aac35
3 changed files with 41 additions and 0 deletions

View File

@@ -167,6 +167,7 @@
:loading="loading"
/>
</v-fade-transition>
<AppScrollToTop />
</div>
</template>