apvarun / toastify-js

Pure JavaScript library for better notification messages
https://apvarun.github.io/toastify-js/
MIT License
2.13k stars 230 forks source link

Offset top and offset left #48

Closed lwxbr closed 4 years ago

lwxbr commented 4 years ago

Create an configuration to change offset of top and left. E.g:

Position: top-right with offset top: 80px because of navbar height.

joaquinwojcik commented 4 years ago

Hey @lwxbr I've created a PR to add this. Check it #49

lwxbr commented 4 years ago

thanks, @joaquinwojcik, closing this and continuing from there.