marcelodolza / iziToast

Elegant, responsive, flexible and lightweight notification plugin with no dependencies.
https://marcelodolza.github.io/iziToast/
Apache License 2.0
2.62k stars 306 forks source link

Horizontal center position not working when bootstrap modal is opened #164

Open nbelley opened 5 years ago

nbelley commented 5 years ago

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