Mobile nav menu won't stay open

My mobile nav menu won’t stay open. Works great in the designer but not when I actually try on my phone. It’s NOT set to open on hover below tablet (because that doesn’t make sense to me, as phones are tap-based.)

It stays open for about 30 seconds before it closes. I’ve looked everywhere to try and diagnose the issue, but I can’t figure it out. I even imported all of my code into a custom GPT to see if it could diagnose the issue, but no dice. It said I don’t have any interactions, custom code, or animations that would be interfering with the nav.

Here’s the public site for testing: jedari.com

Please help! Thx :)

-Blaire


Here is my public share link: [LINK](Webflow - Jedari Technology)
(how to access public share link)

Webflow’s dropdowns are designed to close when you click anywhere, including outside of the dropdown, so I’d look for stray clicks being caused by code.

Doing a quick debug, I can see the click event handler firing;

  • In google tag manager scripts
  • In Finsweet’s cookie consent scripts
  • In FB events

I’d disable all 3 and see if the problem disappears. If it does, add them back in one at a time and you’ll find the culprit.