You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to make a menu with a dropdown which sub menus are displayed left instead of the default right. When I change "menu" to "left menu" on the sub menus, they are displayed left like I want to, but they will be displayed horizontally.
This is definitely a bug, generally dropdown has specific rules when defined in the context of a menu. It appears left menu (going to left direction) is being obviously mistaken for left menu (floated left).
I'm trying to make a menu with a dropdown which sub menus are displayed left instead of the default right. When I change "menu" to "left menu" on the sub menus, they are displayed left like I want to, but they will be displayed horizontally.
Some code to demonstrate:
I pinpointed the problem to a flexbox display, which is assigned in the following CSS rules:
When I override these rules with a display: block; the problem disappears.
Is my markup wrong, or am I not aware of a feature of the menus, or is it a bug?
The text was updated successfully, but these errors were encountered: