Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

not scrolling on mobile #15

Open
zenitzo opened this issue Jun 24, 2024 · 4 comments
Open

not scrolling on mobile #15

zenitzo opened this issue Jun 24, 2024 · 4 comments

Comments

@zenitzo
Copy link

zenitzo commented Jun 24, 2024

Hey so I noticed on mobile it wont scroll unless i put my iPhone 15 on portrait mode, almost as if its not detecting my touch on screen.

not sure if its a z-index issue or an event handler issue, maybe a css issue was wondering if you can help me out.

its weird because at first i thought it was my code but then i deployed an exact replica of your repository and it still does not work, yet when i open your hosted vercel link it does work ????

anyways hope you see this and can help me out this was an extremely fun project and i hope to finish it

@Ozzie-code-alt
Copy link

Ozzie-code-alt commented Jul 8, 2024

You can add overflow-y-auto on main element in App.tsx/jsx. This might fix it. Otherwise try h-auto. Hope this helps !!!

@zenitzo
Copy link
Author

zenitzo commented Jul 8, 2024

sorry just saw this, but yeah thats what i ended up playing around with. some container that had overflow-hidden were messing it up on mobile, thanks !

@SwarnenduG07
Copy link

sorry just saw this, but yeah thats what i ended up playing around with. some container that had overflow-hidden were messing it up on mobile, thanks !

bro can you tell where to add

@Sameer1311
Copy link

if you want another solution you can simply remove style from the canvas

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants