Experiencing a problem with the popover control due to a display issue. The overflow property had to be set to 'visible' in order to prevent it from being hidden behind the table.
overflow:visible;
For a repro, please see jsfiddle: http://jsfiddle.net/vEMrD/
However, setting it to 'visible' has caused display issues with the horizontal scrollbar on the table. Changing the css property overflow to 'hidden' in the jsfiddle will make the table look fine, but will hide the popover (click 'display filter' to see).
Any ideas on what might be wrong with the css?