gor181 / react-notification-system-redux

Redux wrapper for react-notification-system
MIT License
324 stars 59 forks source link

[question] Showing notifications makes browser to scroll up #64

Open BobBoba opened 6 years ago

BobBoba commented 6 years ago

Hi, first of all, thank you for great job!!!

After a while, when I get page taller than one screen, new notification make the browser to scroll me up to most top of the page, then it renders notification component (in correct place, of course) May be you have some ideas, how to avoid it and render notification over invisible area, on top of this view port, instead of on top of page itself?

Much appreciated for any hints.