jpillora / notifyjs

Notify.js - A simple, versatile notification library
https://notifyjs.jpillora.com/
MIT License
1.91k stars 741 forks source link

Add an option to specifiy notification container #21

Open eekboom opened 10 years ago

eekboom commented 10 years ago

If the notification is done on some element that is in a container which has overflow-hidden, then probably only part of the notification will be visible.

I propose an option to specify a container for the notification (which could be the document's body). The position of the notification would need to be adjusted of course, so that it is still graphically positioned correctly.

BTW: Thanks for the work! notifyjs does a nice job for our application.

EvanCarroll commented 8 years ago

@eekboom can you provide a Pull Request for review?