fix toast container position

main
Mike Fix 5 years ago
parent 32d7c177b5
commit 8418a751d8

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

Loading…
Cancel
Save