Forums

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

Home Forums JavaScript My Page Jumps Down, Only on Mobile Reply To: My Page Jumps Down, Only on Mobile

#245655
kevmon
Participant

Thanks, after finally understanding your code I see what you are trying to do. But I think that the problem is that even though min-height is controlled through your code, “height” is still set at “100vh”, which is the main problem here.

The only way I’ve been able to fix it is to make height, min-height, and max-height all the same value under the mobile breakpoint.

Thanks so much for helping me narrow it down!