fkhadra / react-toastify

React notification made easy 🚀 !
https://fkhadra.github.io/react-toastify/introduction
MIT License
12.58k stars 692 forks source link

toastContainer.scss file missing the standard property 'transform' #966

Open tarekelkanaria opened 1 year ago

tarekelkanaria commented 1 year ago

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