Hi,
I am using "sScrollY", and thus my "div.dataTables_scrollBody" is being given an inline "overflow: auto".
My problem is that the table contains a dropdown menu over near the right edge. Sometimes the dropdown menu needs to oveflow out of the table.
This works so far on Chrome and Safari, but on Firefox 14.0.1 the "overflow" is causing the dropdown to be clipped.
I poked the dataTables code and changed it to add just "overflow-y: auto" and updated my stylesheet to ensure "overflow-x: visible !important", but no dice. It seems to only work if I change it to "overflow: visible", but obviously that breaks the vertical scrolling.
I wonder if you have any advice?
I am using "sScrollY", and thus my "div.dataTables_scrollBody" is being given an inline "overflow: auto".
My problem is that the table contains a dropdown menu over near the right edge. Sometimes the dropdown menu needs to oveflow out of the table.
This works so far on Chrome and Safari, but on Firefox 14.0.1 the "overflow" is causing the dropdown to be clipped.
I poked the dataTables code and changed it to add just "overflow-y: auto" and updated my stylesheet to ensure "overflow-x: visible !important", but no dice. It seems to only work if I change it to "overflow: visible", but obviously that breaks the vertical scrolling.
I wonder if you have any advice?