Fixed positioning of tooltips and improved the UI.
The tooltip component has been facing problems as it was overlaying smaller components and was facing positioning issues.
The component has been readjusted and the UI has been improved by improving visibility (made it similar to the rocket.chat tooltips), and also a slight delay in the appearance of the tooltips has been added.
After Changes:
https://github.com/RocketChat/EmbeddedChat/assets/98230836/2d5cc570-5ab8-466f-9abc-0b3826ea851b
Fixes #505
Hey @sidmohanty11 some changes were made to the tooltip component recently and those changes tried fixing the tooltip component's positioning which worked partially. I have fixed the positioning and now it works well, also some merge conflicts that came up after the PR was created have been resolved.