If your dropdown menu closes too quickly when using the “Open menu on hover” setting, there are two ways to resolve this:
Remove any top margins on the dropdown list or bottom margins on the dropdown toggle to eliminate gaps that break the hover state
Add a close delay by navigating to the Navbar element’s Settings panel (in the right sidebar) and adjusting the close delay time in milliseconds - this gives users more time to reach the dropdown content
Hopefully this helps! If you still need assistance, please reply here so somebody from the community can help.
However, moving the mouse to a position that is outside of all dropdowns will close all of them because that’s how dropdowns are designed.
You can delay that by adding a delay, so that it’s possible for the mouse to travel across gaps from one opened dropdown to another, before the close test occurs.