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
offsetTop is the value related to the offsetParent and because callout has position: relative; ist the offsetTop related to the callout in my case the same on the first and second
maybe using getBoundingClientRect() or offset().top?
equalize on stack not working if watched in callout
as of:
https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/offsetTop
https://developer.mozilla.org/en-US/docs/Web/API/HTMLelement/offsetParent
offsetTop
is the value related to the offsetParent and because callout hasposition: relative;
ist the offsetTop related to the callout in my case the same on the first and secondmaybe using
getBoundingClientRect()
oroffset().top
?https://codepen.io/designerno1/full/JXaMaw/
The text was updated successfully, but these errors were encountered: