iziToast icon indicating copy to clipboard operation
iziToast copied to clipboard

Horizontal center position not working when bootstrap modal is opened

Open nbelley opened this issue 5 years ago • 0 comments

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

nbelley avatar Jan 29 '19 14:01 nbelley