Add this code to the Custom CSS field on the General tab of your AI Chatbot widget’s settings:
.es-window-container {
width: 100vw !important;
height: 100vh !important;
inset: 0 !important;
border-radius: 0 !important;
max-width: none !important;
max-height: none !important;
}