flowbite icon indicating copy to clipboard operation
flowbite copied to clipboard

Fix overflow issue when using Tooltip/Popover

Open Lexachoc opened this issue 1 year ago • 0 comments

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

Lexachoc avatar Apr 14 '24 16:04 Lexachoc