Site logo

Archived topic

Menu Showing Text Underneath it

9 replies · Started by James Orr on July 6, 2019

Viewing posts 1–10 of 10

Had a friend of mine send me this screen shot of the menu on my website not being super friendly with the text links behind it. Any ideas what is causing this?

[url=https://imgbb.com/][img]https://i.ibb.co/5L5Ntg9/unnamed.png[/img][/url]

By the way, I think he uses a Mac.

Hi there,

not able to replicate the issue, working on Mac all main browsers, can you find out what OS and browser your friend is using?

Old versions of Safari have a known z-index bug, this CSS may remedy that if they are using an old version:

#site-navigation {
    -webkit-transform: translate3d(0,0,0);
}

Hi David,

I'm James' friend that emailed him the issue. I'm on a Mac using Chrome Version 75.0.3770.100 (Official Build) (64-bit)

I've done more troubleshooting. I only get the issue when I scroll down the page and then scroll back up. Here's the frustrating thing, it does not always happen. I've been testing it to see what it causing it, but the only constant is scrolling down, then up.
Thanks
Chris

Strange, can you try adding this CSS?:

#site-navigation {
    transform: unset !important;
}

Just added it. Chris... is it still causing the problem?

Hi there,

i can confirm that the CSS Tom provided does work. Be good to hear if Chris has the same result.

Looks good on my end. Thanks!

Thanks!

No problem - we'll get that integrated into the plugin soon.

This archived topic is closed to new replies.