sadanandpai / frontend-mini-challenges

Collection of frontend challenges for learning and interviews
https://sadanandpai.github.io/frontend-mini-challenges/
MIT License
1.95k stars 470 forks source link

[JS] Infinite scroll is not working on bigger screen #397

Closed sadanandpai closed 4 months ago

sadanandpai commented 4 months ago

Infinite scroll does not work on bigger screens (height greater than loaded items) https://sadanandpai.github.io/frontend-mini-challenges/javascript/src/challenges/infinite-scroll/ image

kumarvivekpandey commented 4 months ago

assign this to me

kumarvivekpandey commented 4 months ago

image its working fine on bigger screen too

sadanandpai commented 4 months ago

I verified again. It is not working. I tested on monitor with innerHeight greater than 1420px

harireddy7 commented 4 months ago

It seems like for larger screens, the initial content is not scrollable. @kumarvivekpandey @sadanandpai Let me know if I can work on this.

https://github.com/sadanandpai/frontend-mini-challenges/assets/44774504/53d6733c-4f6d-4140-b5d5-2d543b5ef021

sadanandpai commented 4 months ago

@harireddy7 yes plz