moved toast to bottom right to not obstruct modals

This commit is contained in:
vabene1111
2021-09-15 14:35:03 +02:00
parent 803a25a75f
commit 19d1e2d456

View File

@ -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
})
}