Base solution for your next web application
Open Closed

Change position of toastr #7468


User avatar
0
antonis created

Hi,

Iam using angular and aspnet core. Trying to change the position of toaster to bottom but it does no work. still shows top right


abp.notify.warn("Test message", "title", {
                    position: "bottom-start"
                })

3 Answer(s)