marcelodolza / iziToast

Elegant, responsive, flexible and lightweight notification plugin with no dependencies.

Home Page:http://izitoast.marcelodolza.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Horizontal center position not working when bootstrap modal is opened

nbelley opened this issue · 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