Skip to content

fix(ui): remove horizontal overflow on community page - #611

Open
MuhammadAashirAslam wants to merge 1 commit into
containers:mainfrom
MuhammadAashirAslam:fix/community-page-horizontal-scrollbar
Open

fix(ui): remove horizontal overflow on community page#611
MuhammadAashirAslam wants to merge 1 commit into
containers:mainfrom
MuhammadAashirAslam:fix/community-page-horizontal-scrollbar

Conversation

@MuhammadAashirAslam

Copy link
Copy Markdown

Concisely describe the change

Fixed horizontal page scrolling on the /community route caused by an un-responsive margin pushing header elements past the viewport width.
Replaced the fixed margin with responsive breakpoint classes and added overflow-x: hidden to global body styles.

Before screenshot / screen recording

image

After screenshot / screen recording

image

Checklist

Ensure you have completed the following checklist for your pull request to be reviewed:

  • Certify you wrote the patch or otherwise have the right to pass it on as an open-source patch by signing all
    commits. (git commit -s). (If needed, use git commit -s --amend). The author email must match
    the sign-off email address. See CONTRIBUTING.md
    for more information.
  • Referenced issues using Fixes: #00000 in commit message (if applicable)
  • PR description, commit message, and GitHub comments are human-written, per LLM Policy

Signed-off-by: MuhammadAashirAslam <aashiraslam716@gmail.com>
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