Natives Reference: Clicking on namespace does not change query string

This only applies to the Native Reference page, not the client or server.

Issue:

When clicking any namespace entry, the query string of the URL does not change, unlike when clicking native entries, in which case it does change.

Reproduction:

Click on for example Namespace: AUDIO. While the page does scroll it into center, it does not change the query string.

When simply just moving the <a>…</a> tag outside of the div it’s contained in, it’s changing the query string, while simultaneously breaking CSS, as expected. I looked for CSS blocking pointer events or z-index issues and couldn’t find anything that seemed out of place, but I also didn’t look thoroughly and my CSS/JS knowledge is rather limited.