You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for this. I was looking for a quick way to implement tooltips without having to write my own direcive and this seems to be the best I've come across.
However, I've noticed that the CSS of the tooltip can be affected by the element on which it is used. For example, the font weight seems to pick up that of the underlying element. Also the height may change if the element is in a flex container, for example.
Also, the width of full-width block elements may 'shrink' when the tooltip directive is used.
Maybe I'm doing somethng wrong?
The text was updated successfully, but these errors were encountered:
Hi! Yes, at the moment the tooltips have such a flaw, but already on the weekend I will release a new version, where these tooltips will work in a new way, via teleport.
Hi
Thanks for this. I was looking for a quick way to implement tooltips without having to write my own direcive and this seems to be the best I've come across.
However, I've noticed that the CSS of the tooltip can be affected by the element on which it is used. For example, the font weight seems to pick up that of the underlying element. Also the height may change if the element is in a flex container, for example.
Also, the width of full-width block elements may 'shrink' when the tooltip directive is used.
Maybe I'm doing somethng wrong?
The text was updated successfully, but these errors were encountered: