You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using the latest conversejs on my website and it seems that when using in embedded mode and mobile view, the design breaks as there is a specified width one can't override since it's marked with !important.
Investigating the issue, the culprit is this line.
If you comment that line out, the chat box will stay within its boundaries.