Closed as not planned
Description
While adding a new example in rust-cookbook, I noticed that the hyperlink jumps to the wrong location on Firefox 57.
See rust-lang-nursery/rust-cookbook#371 (review)
Comment from @budziq
I can reproduce it only on Firefox 57 which due to stylo is more prone to incomplete style flashes. What we experience here is firefox pointing to correct page location but then a highlight.js and mdbooks custom js kicks-in to style the code snippets and hide the lines starting with '#'. The links you are mentioning are in places particularly heavy with '#'. Hiding the '#' lines causes the page to get shorter but firefox viewport does not move anymore.