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
The "Send email" button in theEmailConfirmationCTA flash banner is rendered in front of the NavItemPanel menu and therefore visible and clickable when the menu is open.
Steps to reproduce
Create a new account or log in with an unconfirmed account
Wait until the email confirmation cta appears
Open a menu in the navigation
Proposed Solution
Setting z-index: 1 (or higher) for the EmailConfirmationCTA should solve the problem.
Note: Interestingly, setting position: static for EmailConfirmationCTA also technically fixes the problem.
The text was updated successfully, but these errors were encountered:
Hi @olerichter00 - can you please provide the set-up guidelines for this project, I think the documentation has quite half-baked details. Would like to learn and contribute back to the project. Or can you please redirect me to the SPOC of this project?
Problem
The "Send email" button in the
EmailConfirmationCTA
flash banner is rendered in front of theNavItemPanel
menu and therefore visible and clickable when the menu is open.Steps to reproduce
Proposed Solution
Setting
z-index: 1
(or higher) for theEmailConfirmationCTA
should solve the problem.Note: Interestingly, setting
position: static
forEmailConfirmationCTA
also technically fixes the problem.The text was updated successfully, but these errors were encountered: