Closed (fixed)
Project:
Bones Theme
Version:
2.2.3
Component:
Miscellaneous
Priority:
Normal
Category:
Task
Assigned:
Reporter:
Created:
13 Jan 2020 at 10:32 UTC
Updated:
12 May 2026 at 05:39 UTC
Jump to comment: Most recent
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
| Comment | File | Size | Author |
|---|---|---|---|
| bones menu.mov | 554.42 KB | hs@henrikstrindberg.se |
Comments
Comment #2
roxflame commentedLooks 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
Comment #3
roxflame commentedFixed in 2.2.3
Comment #5
roxflame commented