Hi, i am try to change min-height after modal rendered; I already tried the function height: 200, and through custom class using customClass: 'reciept-print-modal', without success...
Is there any way to change the height of swal({ });?
Are you asking about setting height or min-height?
@limonte about min-height ckeck my problem


I'm trying to change by css but without success
.sweet-alert {
height: 491px;
margin-bottom: 5%;
padding: 20px 20px 0px 20px;
}
.sweet-alert
why don't you inspect the modal for the correct class-name? :) It's .swal2-modal, here's the example of setting min-height: https://jsfiddle.net/ad3quksn/130/
Most helpful comment
why don't you inspect the modal for the correct class-name? :) It's
.swal2-modal, here's the example of settingmin-height: https://jsfiddle.net/ad3quksn/130/