Scrolling DIVs
In some cases, certain elements on a webpage scroll separately from the main page. This can cause an issue when co-browsing.
To work around this issue, it is important to add the following class to any DIV elements that should scroll independently from the main page:
<div class="cobrowsing_scroll"
With this class in place, it is possible to scroll the main page and the DIV elements separately during a co-browse session.
If you have any questions, please contact support@channel.me for assistance.