Bootstrap Menu cut off if opened on last row
Bootstrap Menu cut off if opened on last row
In the rightmost column of a datatable, a bootstrap menu is cut off (see http://goo.gl/I6VVhF). Have tried various combinations of z-index, setting the bottom's index, [http://datatables.net/release-datatables/extras/FixedHeader/zIndexes.html], and other fixes found here. No luck. Anyone have an idea of how to fix this?
This discussion has been closed.
Replies
This looks very much like the drop down element is being placed inside a container element which has overflow: hidden set. Are you able to link me to the page showing the issue so I can take a look and say exactly what is going wrong?
Thanks,
Allan
overflow-x and overflow-y for the ul are both visible... as is the span the ul is in in the cell.