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
When using waypoints in combination with internal anchors like <a href="#my_anchor"> the anchor link is not scolling to the correct point of the <a name="my_anchor">
But if you scroll through the whole document first and trigger all waypoint elements then the anchor links works as expected and scrolls to <a name="my_anchor">..
Somehow the height of waypoint elements doesn't have the correct height before they are triggered
When using waypoints in combination with internal anchors like
<a href="#my_anchor">
the anchor link is not scolling to the correct point of the<a name="my_anchor">
But if you scroll through the whole document first and trigger all waypoint elements then the anchor links works as expected and scrolls to
<a name="my_anchor">
..Somehow the height of waypoint elements doesn't have the correct height before they are triggered
The text was updated successfully, but these errors were encountered: