diff --git a/components/Toasts.js b/components/Toasts.js index e61217b..a33ce6c 100644 --- a/components/Toasts.js +++ b/components/Toasts.js @@ -104,7 +104,7 @@ function ToastContainer(props) { .toast { position: fixed; z-index: 9999; - top: 2rem; + top: 5rem; right: 1rem; } `}