Defect #977
Updated by Mitsuyoshi Yoshida over 12 years ago
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 <pre><code <pre class="html"> <div class='autoscroll'> <table> ... </table></div> <table ...> </table><div> </code></pre> </pre>