Open
Description
Steps to reproduce
package.json
"flowbite": "^2.2.0",
"flowbite-react": "^0.7.2",
<Avatar.Group>
<Tooltip content="Tooltip content" trigger="click">
<Avatar size="xs" img="https://flowbite.com/docs/images/people/profile-picture-5.jpg" rounded stacked />
</Tooltip>
</Avatar.Group>
Current behavior
Tooltip is not centered when wrapping avatar inside avatar group.
Expected behavior
Tooltip should be centered when wrapping avatar inside avatar group, like another component.
For example tooltip wrapping button:
Context
This problem only appears when the tooltip wraps around an avatar inside avatar group. For avatars without wrapping avatar group, there is no problem.
- I have searched the Issues to see if this bug has already been reported
- I have tested the latest version