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, {
|
||||
title: title,
|
||||
variant: variant,
|
||||
toaster: 'b-toaster-top-center',
|
||||
toaster: 'b-toaster-bottom-right',
|
||||
solid: true
|
||||
})
|
||||
}
|
||||
|
Reference in New Issue
Block a user