Actions
Defect #977
closedcss problem: right table overflow beyond div content area table if many roles or small width
Start date:
03/19/2012
Due date:
% Done:
100%
Estimated time:
Description
We have the problem that the tables just overflows the div#content area and does not end (scollable) on the right side if there are "many" roles to show. The complete table shall be horizontal scrollable i case of many roles and/or small browser width ord resolution.
I would propose to embedd table into
<div class='autoscroll'> <table> ... </table></div>
Actions