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 a URL with a hash is used in a link, like this one: http://atpackager.ariatemplates.com/configuration.html#aria-templates-specific
then upon navigating to this URL, the <h2> is hidden because we have an always-on-top <header>. Solution could be to listen to hashchange event and scroll by an appropriate amount.