themesberg / flowbite

Open-source UI component library and front-end development framework based on Tailwind CSS
https://flowbite.com
MIT License
7.3k stars 710 forks source link

Fix overflow issue when using Tooltip/Popover #857

Open Lexachoc opened 2 months ago

Lexachoc commented 2 months ago

Fix #854

Strictly speaking, this issue is due to the use of popperjs in flowbite, but it can be fixed from the flowbite side

This is a temporary solution that I used. I use the same timeout of 100ms as the current source code:

https://github.com/themesberg/flowbite/blob/30b276bfd19cbb4592612fcff2161b0a0e589243/src/components/popover/index.ts#L117-L123