Home › Forums › CSS › Absolute div with 100% height does not continue after scroll › Reply To: Absolute div with 100% height does not continue after scroll
August 30, 2014 at 5:12 am
#181155
Participant
It’s because you’re setting the height with JavaScript.
If you resize the browser to mobile width first then hit refresh, and then scroll you’ll see it works.
You might want to bind the functionality of calculating height to the resize event.