, sweetalert , datetime. (max-height: 550px !important;min-height:550px !important;) @taekwondoalex.
sweetalert, :
swal({
title: 'Date picker',
html: '<input id="datepicker">',
showConfirmButton: false,
customClass: 'custom-swal-class',
onOpen: function() {
$('#datepicker').datetimepicker({});
},
}).then(function(result) {
});
css , , 550px
.custom-swal-class {
overflow-x: visible;
overflow-y: visible;
max-height: 550px !important;
min-height: 550px !important;
}