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
For now I modified this line:
var targetT = offset.top + 15; // magic number - height of info button
to something like:
var targetT = offset.top - 200; // magic number - height of info button
Hover dialog mostly not showing when element is at the bottom of browser window. Only the top part is showing and therefore I can't see the function.
Is there a way to move the dialog window or capture the dialog's text?
The text was updated successfully, but these errors were encountered: