Sub menu dissapears on Google Chrome

Hi there,
suddenly the submenu is cut and dissapeares right below menu bar. But only on Google Chrome.

Please have a look: https://www.hartig-systeme.de/
Thank you!

Hi @imageforyou,

Thank you for writing in, did you added that custom CSS below to your Theme Options > CSS?

.touchevents .x-navbar {
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
}

That is the code that is causing the submenu issue, please remove it or make it more specific so it does only what it’s intended to.

Cheers!

1 Like

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.