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

Bug: fix Unnecessary Scrollbar Addition When Nav Item Clicked #26

Open
3 tasks done
harmeetsingh11 opened this issue Feb 25, 2024 · 0 comments
Open
3 tasks done

Comments

@harmeetsingh11
Copy link

Description:

This issue addresses a bug where clicking on a navigation item results in the addition of an unnecessary scrollbar on the webpage. This behavior disrupts the user experience and requires rectification to ensure smooth navigation without unintended UI changes.

Screenshot

Project-Management-App.mp4

Steps to Reproduce:

  1. Navigate to the website's navigation menu.
  2. Click on a navigation item.
  3. Observe the addition of an unnecessary scrollbar on the webpage.

Expected Behavior:

Clicking on a navigation item should not result in the addition of any unnecessary scrollbars on the webpage. The page layout should remain consistent and without any unintended UI changes.

Possible Solution:

  1. Inspect the CSS styles applied to the navigation items and their corresponding containers.
  2. Identify any conflicting styles or JavaScript functions causing the addition of the scrollbar.
  3. Modify the styles or JavaScript functions to prevent the addition of the unnecessary scrollbar when a navigation item is clicked.

Impact:

The unnecessary scrollbar affects the overall user experience and may lead to confusion or frustration among website visitors. Resolving this issue will improve usability and ensure a smoother navigation experience.

Record

  • I agree to follow this project's Code of Conduct
  • I'm a SWOC24 contributor
  • I want to work on this issue
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

1 participant