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
An overlay is present on the footer of the website, making it difficult or impossible for users to interact with buttons located in that area. This issue affects the usability of the footer and prevents users from completing important actions.
Attempt to click on the buttons located in the footer (e.g., [twitter]).
Notice that the overlay prevents interaction.
Expected Behavior
Users should be able to interact with all buttons and elements in the footer without interference from the overlay.
Actual Behavior
The overlay prevents interaction with the footer buttons, rendering them unusable.
Additional Information
The issue may be caused by a z-index or positioning conflict in the CSS.
Proposed Solution
Review and adjust the CSS for the overlay and footer sections to ensure proper layering and interaction. Specifically, check the z-index and pointer-events properties.
The text was updated successfully, but these errors were encountered:
Thank you for the bug report, appreciate it! And sorry for the long wait, we were busy on other projects and didn't have enough time to keep up with mento-web until now.
Description
An overlay is present on the footer of the website, making it difficult or impossible for users to interact with buttons located in that area. This issue affects the usability of the footer and prevents users from completing important actions.
Steps to Reproduce
Expected Behavior
Users should be able to interact with all buttons and elements in the footer without interference from the overlay.
Actual Behavior
The overlay prevents interaction with the footer buttons, rendering them unusable.
Additional Information
z-index
orpositioning
conflict in the CSS.Proposed Solution
z-index
andpointer-events
properties.The text was updated successfully, but these errors were encountered: