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.
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; }
andbody { overflow: hidden; }
during the period of any dialog being visible.