igorprado/react-notification-system

Add notification inside container

Opened this issue · 0 comments

Is there a way to have the notification popup inside a container div instead of just the entire page? It appears that the custom styles get applied to the notification-message class when I would need them applied to 'notification-tr' to affect the position of the notification itself. All else fails I can just add custom CSS to my app for '.notification-tr'.