TusharKesarwani / Front-End-Projects

This is a Repository where different types of Front - End Projects are present. If you have any front end project then you can contribute to this open source repository.
https://frontendprojects.netlify.app/
MIT License
408 stars 577 forks source link

Contribution Button on Main Page Not Functional #1994

Open MuGrahiman opened 4 months ago

MuGrahiman commented 4 months ago

Describe the bug The contribution button on the main page is not functioning.

To Reproduce Steps to reproduce the behavior:

  1. Go to the main page of the website.
  2. Attempt to click on the button.
  3. Notice that nothing happens when the button is clicked.
  4. See error

Expected behavior The button should trigger a specific action or behavior when clicked, such as navigating to another page or executing a JavaScript function.

Additional context The issue appears to be related to the z-index of a div element on the main page, which is set to -1. This causes the div to be hidden beneath the body element, preventing interaction with the button.

github-actions[bot] commented 4 months ago

To reduce notifications, issues are locked. Your issue will be unlock when we will add label as status: ready for dev. Check out the contributing guide for more information.