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; } `}