isabolic / apex-plg-dropdown-btn

dropdown button plugin for oracle apex
MIT License
4 stars 1 forks source link

apex row col- classes overflow hidden #15

Closed isabolic closed 7 years ago

isabolic commented 7 years ago

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.

isabolic commented 7 years ago

fixed in 2.0.0