I have a dropdown menu using twitter-bootstrap 3 and it's inside a <li class="media">
, so every <li>
has a dropdown with some actions, it happens that when the height of the <li>
is less than the height of the menu it does not show all the options does anyone know how to solve?
Example in jsfiddle