react-notification-system
react-notification-system copied to clipboard
Add notification inside container
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'.