From ee81c62fcd639745776114067d9be033434f0c54 Mon Sep 17 00:00:00 2001 From: Michael Fix Date: Wed, 16 Sep 2020 18:57:19 -0700 Subject: [PATCH] move toasts to bottom right (#1102) Co-authored-by: repo-ranger[bot] <39074581+repo-ranger[bot]@users.noreply.github.com> --- components/Toasts.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/Toasts.js b/components/Toasts.js index a33ce6c..657f90d 100644 --- a/components/Toasts.js +++ b/components/Toasts.js @@ -104,7 +104,7 @@ function ToastContainer(props) { .toast { position: fixed; z-index: 9999; - top: 5rem; + bottom: 1rem; right: 1rem; } `}