caroso1222 / notyf

👻 A minimalistic, responsive, vanilla JavaScript library to show toast notifications.

Home Page:https://carlosroso.com/notyf/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Positioning of the toast, how?

resuta566 opened this issue · comments

How would I change the position of the toast? Will it be included in the future release? I am using Angular 8.2.11. Thanks :)

Yeah, duplicate of #36. I'll work on this for the next release.

Yeah, duplicate of #36. I'll work on this for the next release.

Oops, sorry I didn't see that. btw thanks, this is very beautiful 👍

Please what's the center postilion css

If you want to move it to the left side, I did this in my css.

.notyf {
right: auto !important;
left: 30px !important;
}

Guessing at some point it will be supported, but this works for now.

Closing. This feature has been introduced in #48 and is available in 3.2.0.

Thanks for the report and the follow-up!