diff --git a/frontend/src/styles/status-toast.css b/frontend/src/styles/status-toast.css index f248ce1..e37d929 100644 --- a/frontend/src/styles/status-toast.css +++ b/frontend/src/styles/status-toast.css @@ -1,6 +1,6 @@ .status-toast-container { position: fixed; - top: 3rem; + bottom: 2rem; left: 50%; transform: translateX(-50%); z-index: 5000000; @@ -48,7 +48,7 @@ @keyframes fadeIn { from { opacity: 0; - transform: translateY(-1rem); + transform: translateY(1rem); } to { @@ -65,7 +65,7 @@ to { opacity: 0; - transform: translateY(-1rem); + transform: translateY(1rem); } }