CreativeBulma / bulma-tooltip

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

tooltips don't work with bulma tabs #24

Open dtrckd opened 2 years ago

dtrckd commented 2 years ago

A workaround is to set set the overflow property in the tabs element as follows :

  overflow: visible !important;

As mentioned here : https://github.com/Wikiki/bulma-tooltip/issues/33

But another problem remains : the $tooltip-transition-duration setting do not seem to be respected after that workaround.

Wouldn't there be a way to make this extension work more properly?