-
Notifications
You must be signed in to change notification settings - Fork 109
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: contribute button #361
Bug: contribute button #361
Conversation
🎉 Thank you for your contribution! Your pull request has been submitted successfully. A maintainer from team will review it as soon as possible. We appreciate your support in making Dataverse better. |
✅ Deploy Preview for multiverse-dataverse ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
🎉🎉 Thank you for your contribution! Your PR #361 has been merged! 🎉🎉 |
@Rucha-Ambaliya that's really impressive. I've been trying to fix this bug for so long 🥲 |
No problem 😅 I guess not knowing the styling structure helped me debug it line by line! By the way, I wanted to ask about the OS leaderboard. I checked my scores, and the scores for Dataverse haven’t been added yet. Will those be updated after a few days? |
@Rucha-Ambaliya Oh yes, I forgot to add the points. Thanks for reminding! |
It is absolutely fine. Thank you for adding them! |
Description
This PR fixes the issue with the non-functional "Contribute" button. The issue occurred due to the
z-index
of the.section
class instyle.css
being set to -1, which made the button unclickable. By changing thez-index
to1
, the button is now clickable, and its hover effect is also functioning as expected.Related Issue
Fixes #354
Type of change
Checklist