/*
Fix: https://github.com/Basaingeal/Razor.SweetAlert2/issues/816
*/
body.swal2-height-auto {
  height: 100% !important; /* This fixes the entire page from becoming small */
}