How Can We Help?
How to remove the option to open the chat in full screen?
By default, the chat can be opened in a separate window by any user. To remove the option to open the chat in full screen, add to your chat CSS this code.
.options-dialog .popup { display: none !important; }
Add this CSS code using the admin panel (see how in here for web CSS, here for mobile CSS).