https://www.infragistics.com/products/ignite-ui-web-components/web-components/components/inputs/dropdown#header
Clicking on the "Header" in the side nav OR the anchor point next to the title itself, jumps to the top of the page:
It's also not detected/highlighted on scroll;
Assuming there's a #header in the docs app itself that messes this up, while it'd be nicer to have clean ids for the app structure, either drop the internal #header id if not needed (and all similar easy to conflict ones) OR prefix everything in the app/shell in a way that won't conflict with topic content ever - i.e. #docs-app-header and so on.
https://www.infragistics.com/products/ignite-ui-web-components/web-components/components/inputs/dropdown#header
Clicking on the "Header" in the side nav OR the anchor point next to the title itself, jumps to the top of the page:
It's also not detected/highlighted on scroll;
Assuming there's a
#headerin the docs app itself that messes this up, while it'd be nicer to have clean ids for the app structure, either drop the internal#headerid if not needed (and all similar easy to conflict ones) OR prefix everything in the app/shell in a way that won't conflict with topic content ever - i.e.#docs-app-headerand so on.