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-indexof the.sectionclass instyle.cssbeing set to -1, which made the button unclickable. By changing thez-indexto1, the button is now clickable, and its hover effect is also functioning as expected.Related Issue
Fixes #354
Type of change
Checklist