.toastify { position: fixed; opacity: 0; transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1); cursor: pointer; max-width: inherit; z-index: 1000; } .toastify.on { opacity: 1; } .toastify-center { margin-left: auto; margin-right: auto; left: 0; right: 0; } .toastify-top { top: -150px; }