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
It seems Bootstrap 3 Final adjusted menu styles such that all items are by its own row:
So while the sub-menu from @muan still works in >768px, in "xs" mode (<768px) there are two issues:
In desktop, the hovering drops the right-pointing triangles to the middle (should be top);
Touch-only devices cannot toggle the expansion of sub-menu items at all:
I wonder if it's easier to reuse Bootstrap 3's $.fn.dropdown for submenus, or adapting something like B3's main menu code is easier.
Custom-coding for this specific fix is good (directly editing index.html to add <script> sections is fine, too). If possible, though, I'd like to see if we can make it into a more generally applicable B3 extension, or adopt one if one exists — that'd be way :cooooooooool: :-)
The text was updated successfully, but these errors were encountered:
It seems Bootstrap 3 Final adjusted menu styles such that all items are by its own row:
So while the sub-menu from @muan still works in >768px, in "xs" mode (<768px) there are two issues:
I wonder if it's easier to reuse Bootstrap 3's
$.fn.dropdown
for submenus, or adapting something like B3's main menu code is easier.Custom-coding for this specific fix is good (directly editing
index.html
to add<script>
sections is fine, too). If possible, though, I'd like to see if we can make it into a more generally applicable B3 extension, or adopt one if one exists — that'd be way :cooooooooool: :-)The text was updated successfully, but these errors were encountered: