Change chat window height

Add this code to the Custom CSS field on the General tab of your AI Chatbot widget’s settings:

.es-window-container {
  height: 900px;
}
2 Likes