mirror of
https://github.com/mealie-recipes/mealie.git
synced 2026-04-14 17:05:40 -04:00
feat: Added scroll to top on all pages that have recipeCardSection (#7384)
This commit is contained in:
committed by
GitHub
parent
4ee97e5348
commit
bb278aac35
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user