EmbeddedChat
EmbeddedChat copied to clipboard
Fixed room information component
Fixed the component's functionality to hide when clicked outside the component and also removed the unwanted scrollbars.
Fixes # (425)
Closes #425
Good work, @Yashraj7890 . I would like to add a few points here. Ensure that hiding the scrollbar does not affect the scrollbar in the Threads menu.
Also, closing the menu after clicking outside is not an appropriate behavior in this case. If it were designed with an overlay over the chat body, that would be expected behavior. However, currently, both the chat body and menu is expected and designed to work at the same time.
So hiding the scrollbar is good, but the rest I feel is not appropriate in my opinion.