react-toastify
react-toastify copied to clipboard
toastContainer.scss file missing the standard property 'transform'
Hello
for compatibility, I think you need to add this missing line of code after line 3 in scss/_toastContainer.scss file:
transform: translate3d(0, 0, var(--toastify-z-index));
the standard property 'transform' is missing here