mirror of
https://github.com/TandoorRecipes/recipes.git
synced 2026-01-04 13:48:32 -05:00
moved toast to bottom right to not obstruct modals
This commit is contained in:
@@ -17,7 +17,7 @@ export function makeToast(title, message, variant = null) {
|
|||||||
toaster.$bvToast.toast(message, {
|
toaster.$bvToast.toast(message, {
|
||||||
title: title,
|
title: title,
|
||||||
variant: variant,
|
variant: variant,
|
||||||
toaster: 'b-toaster-top-center',
|
toaster: 'b-toaster-bottom-right',
|
||||||
solid: true
|
solid: true
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user