I've integrated the "notiflix" library into my project, and I'm currently using notiflix.loading.pulse()
for a lengthy process. While this works perfectly fine, I would like to add a button (for closing/stopping the process) on top of the loading overlay.
Is there a way to customize the overlay and place a button on it? The image below illustrates how the overlay covers the entire page when using notiflix.loading.pulse()
. I specifically want to insert an HTML button onto this overlay.
Here is the link to notiflix