Change chat window height

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

[class*="window-transition__Container-sc"] {
  height: 900px;
}
2 Likes