Currently it’s only possible to move bubble icon + chat window on the page together. We’d like to move the chat window separately, so it doesn’t hide the site content.
Just in case, it can be achieved via CSS:
[class^="Window__Content-sc"] {
bottom: 50px;
}
Please add such feature to settings. Thanks!