mouse0270 / bootstrap-notify

Turns standard Bootstrap alerts into "Growl-like" notifications.
http://bootstrap-notify.remabledesigns.com/
MIT License
2.25k stars 641 forks source link

Alerts just FLASH and Disappear in Firefox 45.0.1 #137

Open dschueler opened 8 years ago

dschueler commented 8 years ago

In Firefox 45.0.1 Alerts flash on then off.....very annoying ;)

mouse0270 commented 8 years ago

Please try adding the following css:

[data-notify="container"] {
  -moz-animation-iteration-count: 1;
  animation-iteration-count: 1;
}