I have a horizontal kendo menu (6 items across) with varying sizes of dropdowns (submenus) associated with each item. My question is how do I control the appearance of the scrollbar on those items? They're all created in a similar fashion, but a couple will display only 1 item with a scrollbar for the rest of the items, and the others will display the full list in its entirety. I'm not certain what to look for in the code that would trigger such a behavior, or if I can override in the css...
It seems that the pattern is that the menu dropdowns that have an additional sub-level do not render scrollbars, where the dropdown menus that do not have an sub-menu items compact and render scroll bars.