move toasts to bottom right (#1102)

Co-authored-by: repo-ranger[bot] <39074581+repo-ranger[bot]@users.noreply.github.com>
main
Michael Fix 4 years ago committed by GitHub
parent a1375754f9
commit ee81c62fcd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -104,7 +104,7 @@ function ToastContainer(props) {
.toast {
position: fixed;
z-index: 9999;
top: 5rem;
bottom: 1rem;
right: 1rem;
}
`}

Loading…
Cancel
Save