I’ve got some type of issue with the z-index of my main-navigation I can’t seem to resolve. I’ve tried to remove any custom z-index settings from my css that might cause issues. My main nav is hidden behind the image on the homepage, and on other pages the dropdown disappears behind page content. I’m not quite sure what is causing the issue, thanks! https://www.ryansmithphotography.com/
I actually found adding `.inside-navigation {
z-index: 9999;
}` and removing a backdrop-filter: blur I had on the menu took care of most of the issues. I’m still not sure why this was a problem.