adrianhajdin / iphone

Recreate the Apple iPhone 15 Pro website, combining GSAP animations and Three.js 3D effects. From custom animations to animated 3D models, this tutorial covers it all.
https://iphone-doc.vercel.app/
1.15k stars 208 forks source link

The website is not functioning properly on small devices. It is not scrolling as expected on smaller screens. #3

Open Bhaskarsahu23 opened 7 months ago

Bhaskarsahu23 commented 7 months ago

Bug: The website is not scrolling on small devices. It works fine on larger screens, but when I try to open it on my phone, I am unable to scroll.

Solution:- I have resolved it by incorporating the 'overflow-y-auto' into the main element, and now it operates smoothly in my phone.

I hope that this is the correct solution and hopefully works for everyone. If it's not the correct solution, please let me know the correct one.

code

ArgeekBrambo commented 7 months ago

I encounter the same situation, thanks for the solution man

Shaheer5 commented 6 months ago

Legend!