[TOASTR]: Add ability to position toast in top center
- Dominant language
- TypeScript
- Stars
- 8.1k
- Forks
- 1.5k
- PR merge metrics
- No merged PRs in 30d
Description
### Issue type
**I'm submitting a**
* [ ] bug report
* [x] feature request
### Issue description
**Current behavior:**
Currently, NbGlobalPosition allows only to use TOP_RIGHT, TOP_LEFT, BOTTOM_RIGHT, BOTTOM_LEFT positions.
**Expected behavior:**
NbGlobalPosition should allow to specify TOP_CENTER, BOTTOM_CENTER positions.
### Other information:
Currently, it is hardly possible to extend ToastrModule due to the fact, that NbPositionHelper, NbPositionBuilderService and NbToastrContainerRegistry classes depend on the concrete enum NbGlobalLogicalPosition.



Contributor guide
Assessment
This issue has not been assessed yet.