marcelodolza / iziToast

Elegant, responsive, flexible and lightweight notification plugin with no dependencies.
https://marcelodolza.github.io/iziToast/
Apache License 2.0
2.62k stars 306 forks source link

the dialog is cut off #188

Closed bluedasher13 closed 4 years ago

bluedasher13 commented 5 years ago

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.

marcelodolza commented 4 years ago

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