diff options
Diffstat (limited to 'sqlbox')
-rw-r--r-- | sqlbox/reportall.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sqlbox/reportall.php b/sqlbox/reportall.php index 612a093..7ba70ce 100644 --- a/sqlbox/reportall.php +++ b/sqlbox/reportall.php @@ -71,7 +71,9 @@ foreach ($users as $user) { $table->data[] = array_merge(array($name, round($progress * 100) . "%"), $s); } +echo '<div style="overflow-x: scroll">'; echo html_writer::table($table); +echo '</div>'; echo $OUTPUT->footer(); |