WAIT: Can't scroll in mobile menu

Browser: Chrome 110/Firefox 133.0/Safari 18.1.1
OS: macOS / Windows / iOs/Android
URL: https://triumfmvpdev.wpenginepowered.com/
Video: Jam

The mobile menu isn’t scrolling on mobile or desktop (both on iOS and android devices). When the subcategories are open it should show the first heading and the categories below allowing the user to scroll through them.

Thanks,
Maria

Hello @mmarz,

the website is under basic authentication, so I can’t open it. Can you send the username & password, so I can check it? You can send it via DM here, or to help@bricksbuilder.io (+ a link to this topic) using the email address you used during the purchase.

Thank you.

Hi @mmarz,

thank you for login info via DM.

I checked the website and I saw the issue. You can solve it with this CSS (you just need to adjust justify-content to start on mobile, so that it looks like you have it now)

.brx-nav-nested-items{
  justify-content: safe center!important;;
  overflow:auto!important;;
}

But, this only fixed the issue, not the reason for this. I would like to ask you if you can send temporary login credentials to your website and a link to this thread to help@bricksbuilder.io using the email address you used during the purchase, so I can check your settings and try to reproduce the issue locally.

Thank you,
Matej