Menu item selection hover lag

Hi, I have noticed on the cwcily menu block, moving from one item to the next, there is a delay before the next option is selectable. If I move too fast then the previous item sub menu is still selected and showing under the next sub menu. I have to wait a second or more on the next menu item before revealing the sub menu to work properly. Screen recording attached.
I tried to amend the delay on the submenu but I can’t find a selector for it. I think it’s part of the theme code.

The pointer needs to activate the next menu immediately I’d say.

chrome-capture-2023-3-26

Hey @KeithH.

Could you try the following rule and style?

Written rule:

.blockclass li.active > .cc-menu-dropdown {
  z-index: 1;
}

Let me know if it helps.
This could be improved in a future update.

Thanks for the idea. tried it but no improvement.

regards
Keith

Any live link available, so I can check your menu block configuration?

Hi @KeithH,

Sorry to hear you’re experiencing trouble with this.

Thank you for helping out, @Marius!

I was about to ask the same question!

To modify the apparition delay for the dropdown, be sure to set a transition duration through relative styling with the following rule: