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

@@ -11,6 +11,7 @@ import {
mdiArrowLeftBoldOutline,
mdiArrowRightBold,
mdiArrowRightBoldOutline,
mdiArrowUp,
mdiBackupRestore,
mdiBeakerOutline,
mdiBellAlert,
@@ -177,6 +178,7 @@ export const icons = {
api: mdiApi,
arrowLeftBold: mdiArrowLeftBold,
arrowRightBold: mdiArrowRightBold,
arrowUp: mdiArrowUp,
arrowUpDown: mdiDrag,
backupRestore: mdiBackupRestore,
bellAlert: mdiBellAlert,