Current menu is rendered inside button html tag, and classs like .row and col-* has css rule: overflow:hidden
that prevents menu show on click, temporary fix ( and the current one ) is override that rule to overflow:auto. The best solution is that menu is appended on body with postion:fixed and recalculate offset top and left before show.
Current menu is rendered inside button html tag, and classs like .row and col-* has css rule: overflow:hidden that prevents menu show on click, temporary fix ( and the current one ) is override that rule to overflow:auto. The best solution is that menu is appended on body with postion:fixed and recalculate offset top and left before show.