react-toastify
react-toastify copied to clipboard
Close button overlays toast text
For example:
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?