Skip to content

Commit

Permalink
Matrix: OSEP: Fix scrollbars colour
Browse files Browse the repository at this point in the history
  • Loading branch information
AnupamaSarjoshi committed Jun 4, 2024
1 parent 1846e19 commit 018d28a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion renderer.php
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ public function matrix_table(question_attempt $qa, question_display_options $opt
$response = $qa->get_last_qt_data();
$caption = $options->add_question_identifier_to_label(get_string('answer'), false, true);

$table = html_writer::start_tag('fieldset', ['class' => 'ablock no-overflow visual-scroll-x']);
$table = html_writer::start_tag('fieldset', ['class' => 'ablock no-overflow']);
$table .= html_writer::tag('legend', $caption, ['class' => 'sr-only']);
$table .= html_writer::start_tag('div', ['class' => 'answer']);

Expand Down

0 comments on commit 018d28a

Please sign in to comment.