A scroll is automatically created in the confirm or alert window

Please, try to add the following css:

<style>
    .dhx_alert__content{
        overflow-y: hidden;
    }
</style>