Option for floating chat window

please make floating chat window an option.

at the moment its just floating bubble which is quite small

the window is much more visable but requires the floating option too.

1 Like

Hi @Manchester_Storage :wave:

I agree that it would be a nice addition and we’ll try to consider this opportunity in the future updates. I’ll keep you in the loop :slightly_smiling_face:

As a workaround, you can hide the floating by adding this code to the Custom CSS field on the Appearance tab of your widget’s settings:

.global-styles, [class^='FloatingButton__FloatingButtonContainer-sc'] {
    display: none;
  }

Then go to the Settings tab, choose Open Chat Triggers and select on Page Load. This way, the floating chat window will appear on page load without a floating button.

Test it out and let me know if it worked for you :slightly_smiling_face: