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

Fixed contribution button functionality on main page #1997

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

MuGrahiman
Copy link

🛠️ Issue (Number)

Closes #1994

Description

The contribution button on the main page is not functioning. I have identified the issue to be related to the z-index of a div element on the main page, which is set to -1, causing the div to be hidden beneath the body element and preventing interaction with the button. I have committed a solution to this issue in the newly created branch fix-landing-page-bug.

Type of change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • This change requires a documentation update

Checklist:

  • I have made this from my own
  • I have taken help from some online resources
  • My code follows the style guidelines of this project
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings
  • The title of my pull request is a short description of the requested changes.

ATTACH SCREEN-SHOTS / DEPLOYMENT LINK

Copy link

netlify bot commented May 19, 2024

Deploy Preview for frontendprojects ready!

Name Link
🔨 Latest commit 9e35f1c
🔍 Latest deploy log https://app.netlify.com/sites/frontendprojects/deploys/664a28350da9670008c68fc5
😎 Deploy Preview https://deploy-preview-1997--frontendprojects.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@MuGrahiman
Copy link
Author

Hello @TusharKesarwani ,

I wanted to follow up on this pull request (PR #1994) that I've submitted to fix the issue with the contribution button on the main page. I've identified the problem to be related to the z-index of a div element, and I've committed a solution in the fix-landing-page-bug branch.

Could you please take a look at this PR when you have a chance? I'm happy to address any feedback or concerns you may have. Please let me know if there's anything else I can do to help get this merged.

Thank you for your time and consideration!

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.

Contribution Button on Main Page Not Functional
1 participant