We can change the z-index using CSS.
From WordPress Admin
Appearance -> Customize – Additional CSS
Add this CSS code at Customize code settings.
.ht-ctc-chat {
z-index: 99 !important;
}
Here simply we added 99, change the z-index values.
Have a nice day,
Thank you