Right now, the chat window covers all screen on mobile devices and I wish to display it like on desktop.
As for now, the Support Team suggests using this code in the Custom CSS field on the General tab of your widget’s settings:
[class*='window__Container-sc'][style='max-width: unset; max-height: unset;'] {
height: 580px;
width: 320px;
border-radius: 16px;
inset: auto 20px 100px auto;
max-height: 839px !important;
}