Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS clicking link moves page up (and other display issues) Reply To: clicking link moves page up (and other display issues)

#157272
Alen
Participant

It’s because you have position fixed applied to it. And your hash is changing each time transitioning from #nav to #toggleMenu so it’s jumping between those two points. But since one is fixed it keeps the page jumping down.