notiflix / Notiflix

Notiflix is a pure JavaScript library for client-side non-blocking notifications, popup boxes, loading indicators, and more that makes your web projects much better.
https://notiflix.github.io
MIT License
647 stars 55 forks source link

Update notiflix.js block position #58

Closed muratsaygili closed 2 years ago

muratsaygili commented 2 years ago

position:relative is changed to position:static for full body blocking

furcan commented 2 years ago

Hi,

You can block the body element if you are willing to block the full body.

Notiflix.Block.standard('body');

Thanks, Furkan.