react-toastify icon indicating copy to clipboard operation
react-toastify copied to clipboard

toastContainer.scss file missing the standard property 'transform'

Open tarekelkanaria opened this issue 1 year ago • 0 comments

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

tarekelkanaria avatar May 28 '23 01:05 tarekelkanaria