Intercom integration overlay issues

Just added the Intercom integration and now see that when I click open a chat window, it cannot be closed as the “X” itself is outside the touch area and it is not possible to close the window unless you tilt the phone.

Anyone got this right?

This has been tagged so the team can review this. Thank you. Can you also provide what type of device you’re using for the screenshot?

An alternative option for you is to contact the support team using the Intercom integration.

Thanks!

Iphone 14 pro, 17.4.1

1 Like

Any update on this as we are experiencing the same issue?

Hi there! We solved it with CSS.

code:

.intercom-lightweight-app-launcher {
bottom: 4% !important;
}

[class*=“intercom-with-namespace”] {
bottom: 4% !important;
}

.intercom-messenger-frame {
max-height: 84% !important;
top: 5% !important;
}

2 Likes

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.