Quote:
Originally Posted by jimsflies
Thanks for the quick reply. Unfortunately that still didn't work. It did make it scrollable in the x direction, but not "y". I set it to
overflow-y:scroll;
overflow-x:hidden;
but still didn't have any luck in the y-direction.
|
If you don't have an issue with width you could mess with the widths set in style.css, line 45 (under '#sheet {') I set a 'max-width' which can be adjusted, and I hard coded a table/row width in the 'jqt_suite_logreg' template, look for
PHP Code:
<div class="description">
<table width="700px" align="center">
<tbody>
With regards to the overflow, I just seen on the CSS pages in Stackoverflow the following:
overflow-x: auto;
overflow-y: auto;
Try it