This repository was archived by the owner on Apr 12, 2024. It is now read-only.
This repository was archived by the owner on Apr 12, 2024. It is now read-only.
ANCHOR SCROLL: docs app: adjust scroll offset to account for header #9360
Closed
Description
go to https://docs.angularjs.org/api/ng/service/$animate#removeClass and you'll see that the scroll position is not right because it doesn't account for the app header.
we could use the solution described here to fix this: #2070 (comment)