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

Close button overlays toast text

Open cduff opened this issue 9 months ago • 3 comments

For example:

image

Since v11 the close button is absolutely positioned. However, with its default position and with the default toast padding, it's possible for the close button to overlay toast text. This didn't happen <v11.

Should the default styling avoid this?

cduff avatar Jan 15 '25 00:01 cduff