When moving the cursor slowly from the expanded list item to the dropdown list items it sub menu collapses as the cursor seems to move over a gap between the menu and the submenu.

(However it works sometimes when the speed is fast. )

See the attached movie.

Thanks

CommentFileSizeAuthor
bones menu.mov554.42 KBhs@henrikstrindberg.se

Comments

hstrindb created an issue. See original summary.

roxflame’s picture

Looks like we have a margin on the ul.menu parent item, which is introducing the gap...

As a workaround you can comment this out in your css as such:

.region-navigation .block-menu.menu--main ul.menu {
/* margin: 10px 0; */
padding: 0px;
-webkit-box-sizing: border-box;
box-sizing: border-box;
font-size: 16px;
line-height: 20px;
}

We'll get a fix commited to the base theme for this soon

roxflame’s picture

Version: 8.x-1.2 » 2.2.2
Assigned: Unassigned » roxflame
Status: Active » Fixed

Fixed in 2.2.3

Now that this issue is closed, review the contribution record.

As a contributor, attribute any organization that helped you, or if you volunteered your own time.

Maintainers, credit people who helped resolve this issue.

roxflame’s picture

Version: 2.2.2 » 2.2.3
Status: Fixed » Closed (fixed)