Home › Forums › JavaScript › My Page Jumps Down, Only on Mobile › Reply To: My Page Jumps Down, Only on Mobile
September 17, 2016 at 11:43 pm
#245655
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!