-
-
Notifications
You must be signed in to change notification settings - Fork 83
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
UI Overflow on Mobile (Chrome) #963
Labels
Comments
Hey @arkid15r please verify this issue and assign it to me. |
@KaranNegi20Feb yep, that's something that needs to be improved. Thanks for the report! |
@arkid15r Thank you for looking into it, ill make a PR soon. |
2 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
The page width and the container width do not match properly, causing horizontal overflow on mobile devices.
To Reproduce
Steps to reproduce the behavior:
You can also replicate the issue by using the inspect mode and changing the Dimensions of the sceen-size to any mobile device of your wish. It seems like whenever the width of the screen goes below 640 this issue arises.
Demo videos and images:
WhatsApp.Video.2025-03-01.at.10.08.06.AM.mp4
WhatsApp.Video.2025-03-01.at.10.08.12.AM.mp4
Expected behaviour
The div container should match the mobile width and should not overflow as it does in the above demo videos and images.
Are you going to work on fixing this?
Yes I am working on the fix.
Smartphone:
Additional context
This issue affects usability and should be fixed to improve mobile responsiveness.
The text was updated successfully, but these errors were encountered: