I took notify.js to solve and I have a problem of adding notifications in the VISIBLE area of the browser window, that is, I want to display a notification in the lower left corner of the window (although there is still a scroll below) or in the upper right corner. Once again, how can I display a notification on top of my body in the visible part of the window? Thank.
At the moment, a notification is displayed in the body body and accordingly at the very bottom of the blocks: (
$('body').notify( "Notification, Success", { position:"left-bottom" } ); https://notifyjs.com/ Notification API
Notification API don't want to use the Notification API for the reason that the user can ignore the choice to enable or disable notification on the site. Therefore, the similarity of notify.js practical.
bodyelement, but not globally? - Grundy