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

[style]: Fix Overflow Scroll in Y-Direction on Mobile Due to Iframe Width #1115

Closed
1 task done
rajveeerr opened this issue Oct 1, 2024 · 2 comments · Fixed by #1116
Closed
1 task done

[style]: Fix Overflow Scroll in Y-Direction on Mobile Due to Iframe Width #1115

rajveeerr opened this issue Oct 1, 2024 · 2 comments · Fixed by #1116

Comments

@rajveeerr
Copy link
Collaborator

What's the style idea?

Description:

The mobile version of the site is experiencing a vertical overflow scroll (y-direction) because the width of an <iframe> element exceeds the screen width, causing responsiveness issues.

Tasks:

  1. Adjust the width of the <iframe> element to be responsive on mobile devices.
  2. Ensure that the iframe fits within the viewport without causing any scrolling in the y-direction.
  3. Test the fix across multiple mobile screen sizes to verify the issue is resolved.

This issue is affecting the overall user experience, and fixing it will enhance the responsiveness of the mobile version.

Add screenshots

Screenshots:

Screenshot 2024-10-02 at 2 22 28 AM Screenshot 2024-10-02 at 2 22 37 AM

Code of Conduct

  • I agree to follow this project's Code of Conduct
@rajveeerr rajveeerr added enhancement New feature or request help wanted Extra attention is needed labels Oct 1, 2024
Copy link

github-actions bot commented Oct 1, 2024

Hello @rajveeerr!
Thank you for raising this issue.

Please make sure to follow our Contributing Guidelines.
Don't forget to ⭐ our Imagine AI.

Our review team will carefully assess the issue and reach out to you soon!
We appreciate your patience!

Copy link

github-actions bot commented Oct 1, 2024

To reduce notifications, issues are locked. Your issue will be unlocked when we add the label, gssoc23.

@github-actions github-actions bot locked and limited conversation to collaborators Oct 1, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants