marcelodolza / iziToast

Elegant, responsive, flexible and lightweight notification plugin with no dependencies.

Home Page:http://izitoast.marcelodolza.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

the dialog is cut off

bluedasher13 opened this issue · comments

commented

If height of the dialog is greater than height of window, the dialog will be cut off, and we can't scroll the page to see the whole dialog;

To fixed this problem, please add .iziToast-wrapper { overflow: auto; pointer-events: all; } and body { overflow: hidden; } during the period of any dialog being visible.

The idea of ​​toast notifications is to display quick messages, without blocking the user's scrolling.
Thank you.