What I'm trying to do is the following:
<stackable menu>
<item1>
<right menu>
<item2>
<item3>
</right menu>
</stackable menu>
The output is good on computer, and stacks well on mobile - however item3 is not visible. If I add item4,5...n they are hidden as well.
Am I doing something wrong here, or it's a bug?
Thanks in advance!