You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
The contribution button on the main page is not functioning.
To Reproduce
Steps to reproduce the behavior:
Go to the main page of the website.
Attempt to click on the button.
Notice that nothing happens when the button is clicked.
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.
The text was updated successfully, but these errors were encountered:
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.
Describe the bug
The contribution button on the main page is not functioning.
To Reproduce
Steps to reproduce the behavior:
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.
The text was updated successfully, but these errors were encountered: