Archived topic
Navigation Dropdown and shodow root
7 replies · Started by Ash on January 22, 2023
Is it possible to show the navigation dropdown above the "shadow root" content?
I'm using a plugin that dynamically create the content and it's a shadow root content.
I tried very large z-index number on the navigation but it does not work.
Hi there,
i am not sure i get what you're trying to do. Do you have a link to where i can see the issue ?
Here's the page you can see the problem.
Hi Ash,
For clarity, can you take a screenshot of the issue?
Uploading Screenshots: https://docs.generatepress.com/article/using-the-premium-support-forum/#uploading-screenshots
Here it is.
https://share.getcloudapp.com/RBuBk79N
I have moved the page url to Private Info section of this comment.
I see. Thank you for clarifying.
Can you try adding this through Appearance > Customize > Additional CSS?
nav#site-navigation {
z-index: 10000;
}
Solved. thank you.
You're welcome, Ash!