CodeSeven / toastr

Simple javascript toast notifications
http://www.toastrjs.com
MIT License
11.97k stars 2.04k forks source link

open toast with padding #596

Open mikila85 opened 5 years ago

mikila85 commented 5 years ago

Hi, we have a large top-navbar that we would like the toasts to pop beneath, is there a way to tell it to position: "top-right" but with top-padding of 100px so it wont go over our navbar?

mikila85 commented 5 years ago

Example: image

raquelrocha commented 5 years ago

You can override the CSS i think: .toast-top-right { top: 100px; right: 12px; }

harvanchik commented 2 years ago

I was not able to override the default position class, but I created my own position class and that worked nicely. This can be closed.