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

Fix Horizontal Scrollbar Issue #54

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

shashankgoud18
Copy link

This pull request addresses the issue of the unwanted horizontal scrollbar on the website. The following changes have been implemented to remove the extra width and prevent horizontal scrolling:
1.Removed default margin and padding for the html and body elements, and set overflow-x to hidden.
2.Applied max-width: 100% to elements that were potentially causing overflow, such as images, containers, and other block-level elements.

Please review the changes and let me know if any modifications are needed. If everything looks good, feel free to merge the PR.

Let me know if you'd like me to make any adjustments!

@shashankgoud18
Copy link
Author

Hi @Webaddicted91

I wanted to inform you that I’ve fixed the horizontal scrollbar issue and submitted a pull request two days ago. However, I haven’t received any response yet.

When you have a moment, could you please review the PR? I’m happy to make any necessary changes. Your feedback would be greatly appreciated!

Thank You!

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

Successfully merging this pull request may close these issues.

1 participant