Add this code to the Custom CSS field on the General tab of your AI Chatbot widget’s settings:
@media (width <= 480px) {
.es-window-container {
position: fixed;
inset: unset;
bottom: 84px !important;
left: 8px !important;
width: calc(100vw - 16px);
height: 500px !important;
border-radius: 16px;
}
}