You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The chat symbol is placed via css 30px at the right. On some circumstance, dependant from used smartphone, the close video and chat symbol overlap a little bit. Increasing the css value to .collapse-video { right: 70px; } fix this.
See screenshot below:
If the value for the placement at the right value is modified as stated above the chat button will be placed below the Mike symbol.
If we have: ".collapse-video { right: calc(100vw - 48px); }" the chat symbol will be placed at the left of the video cantainer.
The text was updated successfully, but these errors were encountered:
The chat symbol is placed via css 30px at the right. On some circumstance, dependant from used smartphone, the close video and chat symbol overlap a little bit. Increasing the css value to .collapse-video { right: 70px; } fix this.
See screenshot below:
If the value for the placement at the right value is modified as stated above the chat button will be placed below the Mike symbol.
If we have: ".collapse-video { right: calc(100vw - 48px); }" the chat symbol will be placed at the left of the video cantainer.
The text was updated successfully, but these errors were encountered: