summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ui/src/utils.ts2
1 files changed, 2 insertions, 0 deletions
diff --git a/ui/src/utils.ts b/ui/src/utils.ts
index 6a0ffdb3..7803ee4e 100644
--- a/ui/src/utils.ts
+++ b/ui/src/utils.ts
@@ -382,6 +382,8 @@ export function toast(text: string, background: string = 'success') {
Toastify({
text: text,
backgroundColor: backgroundColor,
+ gravity: 'bottom',
+ position: 'left',
}).showToast();
}