fx-private-relay-add-on
fx-private-relay-add-on copied to clipboard
z-index too high
The Relay plugin causes the email address input field to display above all other page elements.
Specifically, when a menu opens on hover, the the email input field will display above the open menu, obscuring the visitors view of the menu. Please see class and z-index details below and attached screenshot.
.fx-relay-email-input-wrapper {
z-index: 99999999999999999;
}
Please consider removing or lowering the z-index or some other fix.
Thank you Julian
Yes, I'm seeing the same issue, this can be a bit disrupting when navigating on websites where the input will start overlaying the content while scrolling.
Duplicate of #22