I am using the Toast class in a web app. Would like to move the toast to the Top Center of the web page. I think this is the line that I need to modify, this.mToastWrapper.classList.add(‘toast-container’, ‘top-0’, ‘end-0’, ‘p-3’);
But not sure what to change it to. Any suggestions?
Thanks
3 posts - 2 participants