How to make a scene scrollable (y-achses) and interactive (x-achses)?

Hi Friends,

I tested my scene on my mobile phone and I noticed that I am not able to scroll down when I touch an area within my scene. I tried to use CSS overflow-y: hidden but it did not work of course.

How can we make a scene scrollable (y-achses) and interactive (x-achses)?

Btw, I am using react-three-fire and react-three-drei for my project.

Thank you for help!