CreativeBulma / bulma-tooltip

Display a tooltip attached to any kind of element, in different position.
MIT License
76 stars 40 forks source link

Tooltip cropped inside Bulma's .table-container #15

Closed ZedoGado closed 1 year ago

ZedoGado commented 3 years ago

When a tooltip expands above the upper limit of a div with class table-container it gets cropped due to overflow settings. You can find an example attached.

Thank you! Best regards

Sem Título

jLynx commented 1 year ago

I am also having this issue. It seems to be the same as https://github.com/CreativeBulma/bulma-tooltip/issues/26

ZedoGado commented 1 year ago

It appears this is a limitation of the various CSS properties needed and there is no pure CSS way to overcome the problem. There are JS-based solutions avaliable for positioning tooltips that are more robust and flexible. I am closing the ticket. Thank you