How can I remove overflow:hidden from fixedFooter
How can I remove overflow:hidden from fixedFooter
smoldovanskiy
Posts: 62Questions: 8Answers: 0
in FixedHeader
Is it possible to remove the overflow:hidden from the fixedFooter control.
It is causing dropdown to be hidden. This started for me after updating to latest datables. It was working previously.
Answers
answering my own question
div.dtfh-floatingparent-foot
{
overflow:visible !important;
}
add this to a custom css and footer dropdowns -> opening UP will work.