Site logo

Archived topic

Navigation Dropdown and shodow root

7 replies · Started by Ash on January 22, 2023

Viewing posts 1–8 of 8

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.

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!

This archived topic is closed to new replies.