iziToast
iziToast copied to clipboard
Horizontal center position not working when bootstrap modal is opened
Like the title said, the toast appears to the left, bottom, middle or top, but the horizontal centering is not working if a bootstrap modal is opened, see screenshot, the options on this one are
iziToast.show({
title: '@Resources.Success',
pauseOnHover: true,
zindex: 2500,
position: 'topCenter',
message: '@Resources.TextCopiedToClipboard'
});
https://i.imgur.com/4gNms7W.png