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
Hi, I'm experiencing an issue with the attachTo property in my code. Regardless of whether I set the on attribute to 'top' or 'bottom', the tooltip always appears in the top-left corner with the following CSS:
position: absolute;
left:0px;
top:0px;
Here's the relevant part of my code:
attachTo: {element: elementSetupOne,on: 'bottom'}
It seems like the left and top values are always set to 0. Has anyone faced a similar problem or have any ideas on how to resolve this?
The text was updated successfully, but these errors were encountered:
Hi, I'm experiencing an issue with the
attachTo
property in my code. Regardless of whether I set theon
attribute to 'top' or 'bottom', the tooltip always appears in the top-left corner with the following CSS:Here's the relevant part of my code:
It seems like the
left
andtop
values are always set to 0. Has anyone faced a similar problem or have any ideas on how to resolve this?The text was updated successfully, but these errors were encountered: