CreativeBulma / bulma-tooltip

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

Tooltip not visible inside some elements #2

Closed ehhc closed 4 years ago

ehhc commented 4 years ago

Hey there, first: thanks for your awesome work.

I have a problem: If i use the tooltip inside a table which is inside a table-container, the tooltip is not visible completely... Do you have any tips, how to solve that? Example: https://jsfiddle.net/j8hqLrk2/ I think the problem is that table-container sets the overflow to auto and the overflow-y to hidden...

CreativeBulma commented 4 years ago

Hi,

you're right, this is due to the table-container with overflow hidden. Unfortunately it's not possible to handle this with only CSS.

You should play with tooltip position to make them readable depending on the place of the element.