se-panfilov / mini-toastr

Small non-blocking notification library. No dependencies
https://se-panfilov.github.io/mini-toastr/
MIT License
96 stars 18 forks source link

Notifications at bottom #125

Open reinzor opened 7 years ago

reinzor commented 7 years ago

Is it possible to change the position of the notifications, e.g. bottom-right?

gazben commented 7 years ago

Same question here

daniplaninc commented 7 years ago

example CSS for bottom-left: (modify accordingly if you want bottom-right for example)

.mini-toastr { right: inherit !important; top: inherit !important; left: 12px !important; bottom: 12px !important; }

Dantiff commented 7 years ago

thanks @daniplaninc the solution works for me