Skip to content
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

Button in email confirmation banner renders in front of nav menus #6824

Open
olerichter00 opened this issue Dec 17, 2020 · 1 comment
Open

Comments

@olerichter00
Copy link
Contributor

olerichter00 commented Dec 17, 2020

Problem

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.

Screen Shot 2020-12-17 at 12 37 53

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.

@desaijay26
Copy link

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants